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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: