You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An initial parsing of this seems to indicate that there is an issue parsing the message type info which makes sense because the IDL has changed quite a bit in recent releases of ROS.
My question is, 1. Which ROS2 distro does the ros2 branch target? and 2)
The text was updated successfully, but these errors were encountered:
This can be reproduced by running: PlotJuggler in one terminal and the following command in another: ros2 topic pub -r 5 /my_topic std_msgs/msg/Int16 "data: 5"
This issues builds off of #289 and #290.
When running plotjuggler with ROS2 eloquent on a 18.04 machine, I get the following when trying to use the ros2 stream:
And when I try to load a ros2 bag I get the following segfault:
An initial parsing of this seems to indicate that there is an issue parsing the message type info which makes sense because the IDL has changed quite a bit in recent releases of ROS.
My question is, 1. Which ROS2 distro does the ros2 branch target? and 2)
The text was updated successfully, but these errors were encountered: