-
Notifications
You must be signed in to change notification settings - Fork 294
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
dynamic_bridge crashes when trying to send PointCloud2 Messages #56
Comments
Can you please provide more information. Which version of ROS 2 have you built? Is there any error output? Have you tried running the bridge with |
I ran it in GDB, and here is the stacktrace:
I built from source following the instructions here: https://github.com/ros2/ros2/wiki/Linux-Development-Setup it looks like it has checked out the release-beta1 branch/tag on all of the repositories. The image example works correctly on my machine. |
I get the same error when publishing laserscan msgs. Using the latest version built from source. |
the bug was introduced in here: #36 |
Should be fixed by #58, @Karsten1987 tested it. |
I am trying to transmit PointCloud2 messages from a ROS system (currently using a kinect) using a ros1_bridge, and have a ROS2 subscriber on a different machine.
When I try to run a ROS2 subscriber, the dynamic_bridge will crash. I've compiled ros2 from source (using fastRTPS), and I am using ros kinetic on ubuntu 16.04.
The text was updated successfully, but these errors were encountered: