SBG-Systems / sbg_ros_driver

ROS 1 driver for SBG Systems IMU/AHRS/INS units such as ELLIPSE or QUANTA.
https://www.sbg-systems.com
MIT License
75 stars 43 forks source link

Correctly fill covariances parameters #51

Closed rsiryani closed 3 years ago

rsiryani commented 3 years ago

In standard ROS messages the covariance should be set to zero if unknown. The first covariance value should be set to -1 to indicate that the associated value is not available.

We should update the implementation to comply with this convention.

Update standard IMU message to either: