About adding plotjuggler to docker image #2564
-
Plotjuggler is useful tool to visualize ros messages. It is fully compatible with ROS2. Also it can export the visualized topic data and statistics (like max, min, average values) as CVS file. It can be used for testing the nodes especially in localization and control modules. You can access detailed information about PlotJuggler with this link. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
@brkay54 TIER IV uses this tool as well. 👍 <exec_depend>plotjuggler</exec_depend>
<exec_depend>plotjuggler_ros</exec_depend> Another way is to add an Ansible role here or edit the ros2_dev_tools role. |
Beta Was this translation helpful? Give feedback.
@brkay54 TIER IV uses this tool as well. 👍
I think, if you add these lines to some package, it's automatically added to Autoware's Docker image.
Another way is to add an Ansible role here or edit the ros2_dev_tools role.