ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
All messages that contain fields that represent a measurement of a physical quantity (should) always use SI units for those fields. That is certainly true for all core message sets. We can't guarantee that every author of every non-standard / non-core message pig has followed this requirement.
REP-103 documents this.
In the case of sensor_msgs/Imu
, it's also stated in the comments in the .msg
file itself:
Accelerations should be in m/s^2 (not in g's), and rotational velocity should be in rad/sec
Note also that the orientation
field is a quaternion, not a RPYx quartet.
![]() | 2 | No.2 Revision |
All messages that contain fields that represent a measurement of a physical quantity (should) always use SI units for those fields. That is certainly true for all core message sets. We can't guarantee that every author of every non-standard / non-core message pig has followed this requirement.
In the case of sensor_msgs/Imu
, it's also stated in the comments in the .msg
file itself:itself (second line of the comments in the file that you linked):
Accelerations should be in m/s^2 (not in g's), and rotational velocity should be in rad/sec
Note also that the orientation
field is a quaternion, not a RPYx quartet.
![]() | 3 | No.3 Revision |
All messages that contain fields that represent a measurement of a physical quantity (should) always use SI units for those fields. That is certainly true for all core message sets. REP-103 documents this. We can't guarantee that every author of every non-standard / non-core message pig has followed pkg adhered to this requirement.
REP-103 documents this.requirement though. The IMU msgs do however.
In the case of sensor_msgs/Imu
, it's also stated in the comments in the .msg
file itself (second line of the comments in the file that you linked):
Accelerations should be in m/s^2 (not in g's), and rotational velocity should be in rad/sec
Note also that the orientation
field is a quaternion, not a RPYx quartet.