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

Fix #52 Fix duplicated stamp #53

Closed bsaussay closed 3 years ago

bsaussay commented 3 years ago

Stamp is set in the publish method of the sbg_publisher instead of set it in the periodicHandle method of the sbg_device .

Each times a message is parsed by the SBGECOM library, the stamp of the message is set and then the message is publish instead of read the timestamp then parse each messages and use this timestamp to set the stamp of each parsed messages.

bsaussay commented 3 years ago

Will add to #52