RB5 comes with an Inertial Measurement Unit (IMU). An IMU estimates the linear acceleration and angular velocity. These capabilities enable applications such as motion estimation and visual inertial SLAM, which are essential to many robotics tasks. The IMU can be accessed by a ROS2 node.
Assuming you have ROS2 dashing installed, then you can run the IMU node.
1 | # source the ros dashing environment |
Check the published IMU messages in a new terminal.
1 | # In a new terminal, source the environment. |