ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
How to read Roll and Pitch
You obtain these from the IMU sensor. The ros driver typically publishes on a topic named something like /imu/data
. Be aware that the values are reported in the IMU frame, so you may need to apply a transformation if you want the values in some other frame (like world or map.)
2 | No.2 Revision |
How to read Roll and Pitch
You obtain these from the IMU sensor. The ros driver typically publishes on a topic named something like /imu/data
. Be aware that By reading the sensor directly, you are getting the values are reported in the IMU frame, so you frame. You may need to apply a transformation if you want the values in some other frame (like world or map.)
3 | No.3 Revision |
How to read Roll and Pitch
You obtain these from the IMU sensor. The ros driver typically publishes on a topic named something like /imu/data
. By reading the raw sensor directly, data, you are getting the values in the IMU frame. You may need to apply a transformation if you want the values in some other frame (like world or map.)