-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update NMEA support #128
Update NMEA support #128
Commits on Aug 1, 2024
-
Add u-blox support and deprecate NMEA support
u-blox is expected to provide support for sending more granular information to FCU compared to NMEA
Configuration menu - View commit details
-
Copy full SHA for d96536e - Browse repository at this point
Copy the full SHA d96536eView commit details -
Remove geographic_msgs as dependency for gisnav_msgs as BoundingBox m…
…essage is no longer used
Configuration menu - View commit details
-
Copy full SHA for 71db1eb - Browse repository at this point
Copy the full SHA 71db1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69125ba - Browse repository at this point
Copy the full SHA 69125baView commit details -
Update documentation relating to running GISNav locally to reflect NM…
…EA deprecation and introduction of u-blox support
Configuration menu - View commit details
-
Copy full SHA for 93910fc - Browse repository at this point
Copy the full SHA 93910fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d104a8a - Browse repository at this point
Copy the full SHA d104a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 056a34f - Browse repository at this point
Copy the full SHA 056a34fView commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4305ee - Browse repository at this point
Copy the full SHA a4305eeView commit details -
Run UBX middleware in a separate service to improve separation of con…
…cerns and align with existing architecture
Configuration menu - View commit details
-
Copy full SHA for b630d05 - Browse repository at this point
Copy the full SHA b630d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for facdc92 - Browse repository at this point
Copy the full SHA facdc92View commit details -
Use abstract base class for UBXNode and UORBNode to reduce amount of …
…code to maintain
Configuration menu - View commit details
-
Copy full SHA for d054cf9 - Browse repository at this point
Copy the full SHA d054cf9View commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6b9593 - Browse repository at this point
Copy the full SHA e6b9593View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea10bc - Browse repository at this point
Copy the full SHA 5ea10bcView commit details -
Use custom UBX publisher instead of ublox package in ROS index
Still relies on ublox_msgs from the ROS index.
Configuration menu - View commit details
-
Copy full SHA for 7154afd - Browse repository at this point
Copy the full SHA 7154afdView commit details -
Configuration menu - View commit details
-
Copy full SHA for eea8d41 - Browse repository at this point
Copy the full SHA eea8d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb26e6 - Browse repository at this point
Copy the full SHA 8bb26e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b146b - Browse repository at this point
Copy the full SHA 93b146bView commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c22a69c - Browse repository at this point
Copy the full SHA c22a69cView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68acbb8 - Browse repository at this point
Copy the full SHA 68acbb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6212fc2 - Browse repository at this point
Copy the full SHA 6212fc2View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96a2f54 - Browse repository at this point
Copy the full SHA 96a2f54View commit details -
Make NMEA the default protocol for dev
Currently NMEA works and UBX does not so makes sense to have it as default
Configuration menu - View commit details
-
Copy full SHA for 893e1d5 - Browse repository at this point
Copy the full SHA 893e1d5View commit details -
Clean up comments in docker-compose.dependencies.yaml
Middleware should not depend on the simulation service, socat should still work even if no one is listening at the other end
Configuration menu - View commit details
-
Copy full SHA for 7b83e2d - Browse repository at this point
Copy the full SHA 7b83e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9706b0 - Browse repository at this point
Copy the full SHA c9706b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7696aa4 - Browse repository at this point
Copy the full SHA 7696aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b15697 - Browse repository at this point
Copy the full SHA 1b15697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377c985 - Browse repository at this point
Copy the full SHA 377c985View commit details
Commits on Aug 7, 2024
-
Remove unnecessary port mappings from ubx and nmea middleware services
These services use the socat bridge for outgoing communication only which means the port does not need to be exposed
Configuration menu - View commit details
-
Copy full SHA for d12c0bb - Browse repository at this point
Copy the full SHA d12c0bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e76b6e - Browse repository at this point
Copy the full SHA 4e76b6eView commit details -
Automatically start gps at /dev/pts/1 in px4 service to receive NMEA …
…comms Ideally we would not hard code the PTY path here but based on testing the /dev/pts/1 port should be the one that socat allocates for bridging incoming communication from TCP port 15000
Configuration menu - View commit details
-
Copy full SHA for 146d6c7 - Browse repository at this point
Copy the full SHA 146d6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543e874 - Browse repository at this point
Copy the full SHA 543e874View commit details