Pose Estimation Sensors
A pose estimation sensor may provide information about the absolute or relative position and orientation of a robot. These sensors include gyroscopes, magnetometers, accelerometers, satellite navigation systems, which are often packaged together as a single hardware device with an internal state estimator providing a fused output.
Contents
Tutorials
Drivers
Composite
Satellite Navigation Systems
IMU
Clients
Satellite Navigation Systems
IMU
API
Satellite Navigation Systems
The API for Navigation Satellite position information is in the process of standardization with sensor_msgs/NavSatFix recently approved after community review. For interoperability sensor_msgs/NavSatFix should be considered for new packages.
Messages
IMU
The standard message for inertial measurement units is sensor_msgs/Imu.
If you have no estimate for one of the data elements (e.g. your IMU doesn't produce an orientation estimate), please set element 0 of the associated covariance matrix to -1
If you are interpreting this message, please check for a value of -1 in the first element of each covariance matrix, and disregard the associated estimate.
Messages
Services