ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Visualising and storing it are two different things, but both should be possible.

For a live 3D visualisation of the data, you can use the rviz_imu_plugin in RViz.

For plotting the data, you could look at rqt_plot or one of the alternatives that exist, like rqt_multiplot or PlotJuggler.

For recording the data, take a look at rosbag. That will also allow you to play it back later.