-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Not working on ROS2 Galactic/Rolling #2245
Comments
Hi @yushijinhun I have not seen this error occur previously. Are you using the most recent ROS2 wrapper version 4.0.1 or the older 3.2.3 that is also compatible with librealsense SDK version 2.50.0? https://github.com/IntelRealSense/realsense-ros/releases/tag/3.2.3 |
I'm using the latest commit from |
As this particular error has not been reported before as far as I am aware, it's very useful that you have highlighted it in your report as it may be an issue that was introduced in the recent 4.0.1 rather than the older 3.2.3. Thanks! |
Hi @yushijinhun Version 4.0.1 introduced extensive usage of |
Hello @yushijinhun and @doronhi, |
I confirm that it has been fixed in #2247. |
Thanks for noticing the issue and confirming the correction. |
Due to a breaking change made in ROS2 Galactic,
realsense2_camera_node
will crash on startup:The solution is to set
dynamic_typing
flag inParameterDescriptor
(see yushijinhun@5958859), but this flag is introduced in Galactic and doesn't work on older ROS2 releases.The text was updated successfully, but these errors were encountered: