You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We gotta gather enough data to understand what the receiver reports
Good time for tweaking its configuration AND BACKING IT UP ON GITHUB
Analyze the microSD card's SBF files for the gathered data
Find/implement a parser for Septentrio's SBF (Septentrio Binary Format)
Prefer using someone else's implementation. This one should be a worthy drop-in replacement for our SBP (Swift) library: https://docs.rs/libsbf/latest/libsbf/
Please note that the C and Python parsers look to be kinda hard to put in our Colcon workspace; avoid them if we can.
Goal
Support the new GPS.
Description
Modify the code to support the new GPS, likely to be Septentrio's great mosaic-Go X5 Evaluation Kit.
Checklist
Before we can do anything, these conditions must be true:
Then, we can solve these problems:
sensor_msgs::msg::NavSatFixon the/sensors/gpstopic (like usual)lib/soro_gps/lib.rsto support the new typessensors_nodeusing:ros2 run sensors sensors_node. Then, in another terminal, run:ros2 topic echo /sensors/gps