fixposition / fixposition_driver

ROS Driver for Fixposition Vision-RTK 2 Visual Inertial GNSS Positioning Sensor
MIT License
40 stars 35 forks source link

Feature/gpgga #44

Closed fgarciacardenas closed 5 months ago

fgarciacardenas commented 5 months ago

Added new NMEA.msg and /fixposition/nmea topic which includes the following information:

This is based on NMEA messages which are generated from GNSS data only before Fusion is initialized. This serves as an approximation until the Fusion engine is initialized.

The user must enable the GP-GGA, GP-RMC, and GP-ZDA messages for this output to work.

ROS2 implementation is still pending.