ros2-realtime-demo / pendulum

ROS, ROS2, real-time, control, pendulum
Apache License 2.0
132 stars 38 forks source link

Automatically show demo statistics when launching the demo #63

Open carlossvg opened 4 years ago

carlossvg commented 4 years ago

Description

When launching the demo with launch it would be great to show the demo statistics live at the same time the pendulum simulation is shown in rviz. This could be automated using ros2 topic echo or a logger node with ros2 launch, for example.

Ideally, we would show the statistics in live plots using Plotjugler currently it is not possible to filter a topic by a string field, which is required to plot topic statistics.

We could consider also using tmux to create different display windows. See this example.