Skip to content
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

Announcement: RealSense ROS wrapper 4.55.1 now available #3113

Open
MartyG-RealSense opened this issue May 28, 2024 · 10 comments
Open

Announcement: RealSense ROS wrapper 4.55.1 now available #3113

MartyG-RealSense opened this issue May 28, 2024 · 10 comments
Labels

Comments

@MartyG-RealSense
Copy link
Collaborator

Hi everyone,

Version 4.55.1 of the RealSense ROS wrapper is now available.

https://github.com/IntelRealSense/realsense-ros/releases/tag/4.55.1

@tonynajjar
Copy link
Contributor

It doesn't specify the "Supported RealSense SDK" and "Supported Devices", could you specify? Thanks

@MartyG-RealSense
Copy link
Collaborator Author

Typically, the naming of the wrapper reflects the librealsense version it is designed to work with. For example, wrapper 4.54.1 = SDK 2.54.1. So wrapper 4.55.1 will be for SDK 2.55.1.

The wrapper supports RealSense 400 Series cameras (such as D415, D435, D435i, D435f, D435if, D455, D455f, D456, D457). From SDK 2.55.1 onwards though, the L515 and SR300 camera models are no longer supported.

@tonynajjar
Copy link
Contributor

Thanks for the answer, this practically means that librealsense and realsense-ros always have to be upgraded together? It isn't possible e.g. to use librealsense 2.54.2 with realsenes-ros 4.55.1?

@MartyG-RealSense
Copy link
Collaborator Author

MartyG-RealSense commented May 29, 2024

As a general rule, if a new SDK version only has a small number of changes from the previous version then you can risk using the new version with a wrapper meant for the previous one. For example, 2.54.2 was mostly bug-fixes rather than new features and so it still works with wrapper 4.54.1.

However, 2.55.1 has extensive feature and API changes and so a new wrapper designed specifically for it is the best choice.

@jesusramondovale
Copy link

Is it now availablevia apt-get install? Keeps giving me the 4.54 on Ubuntu 22.04 LTS jammy amd64

@MartyG-RealSense
Copy link
Collaborator Author

@jesusramondovale The wrapper repository lists the current package version as 2.55.1.

https://index.ros.org/p/realsense2_camera/

The latest version of the wrapper should always be able to be built from source code with colcon build if problems with the package version are experienced.

@tonynajjar
Copy link
Contributor

Hello,

One more piece of feedback, it would be nice if in the release notes, the breaking changes would be documented + what action the users should take. As an example, in this PR, the parameter rgb_camera.profile was renamed to rgb_camera.color_profile which breaks the user configuration set for the previous version silently.

I found this one but I don't know what else I'm missing which might cause silent bugs in the future.

@MartyG-RealSense
Copy link
Collaborator Author

Hi @tonynajjar The ROS wrapper release notes are usually meticulous in their detail. Whilst it is possible for omissions to occur on rare occasions, in general their documentation of changes is highly reliable. I appreciate you raising the point.

@tonynajjar
Copy link
Contributor

tonynajjar commented Jun 4, 2024

I agree they are detailed, the PR i mentioned was not ommited, it is in fact mentioned here, my point is not that the Release Notes are lacking, just that it would be helpful to have a Migration Guide i.e. understand which changes in the release notes require a change from the user's configuration. See Nav2's migration guides as an example.

@MartyG-RealSense
Copy link
Collaborator Author

I will pass your feedback about breaking issues to the RealSense ROS development team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants