-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SW-5622: Bump up ouster_client to 20231031 release #249
SW-5622: Bump up ouster_client to 20231031 release #249
Conversation
So apparently the build fails on ouster_ros melodic because spdlog under Ubuntu 18.04 does not support spdlog formatting. This means we'd have to modify the SDK to not use this method or just disable ROS melodic altogether. |
Given that the SDK drops support for the Ubuntu 18.04 on October of this year (ouster-lidar/ouster-sdk#532) I don't see another option but to also drop support for melodic (completely) starting with version 0.10. This may upset some of ouster-ros users |
* Gracefully stop the driver on exit (or node kill) * Update version and CHANGELOG
Resolved all conflicts and performed necessary sanity checks |
Related Issues & PRs
Summary of Changes
Validation
Ensure all functionality sustained with no drawbacks per testing procedures for ouster-ros