Similar to GPS, we can start the IMU simulation using the following command:
$ roslaunch sensor_sim_gazebo imu.launch
You will get orientation values, linear acceleration, and angular velocity from this plugin. After launching this file, you can list out the topics published by the imu plugin. Here is the list of topics published by this plugin:
We can check out the /imu topic by echoing the topic. You can find orientation, linear acceleration, and angular velocity data from this topic. The values are shown here:
If you look at the IMU plugin ...