Skip to content
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

NMEA support in the GPS module #22

Open
rovo89 opened this issue May 2, 2024 · 1 comment
Open

NMEA support in the GPS module #22

rovo89 opened this issue May 2, 2024 · 1 comment

Comments

@rovo89
Copy link

rovo89 commented May 2, 2024

Quite a few people are using alternative GPS modules, like UM960/UM980/UM982, which speak NMEA instead of UBX. For feature parity, it would be required to re-establish support for NMEA. I'm not sure if you'd want to add this back in https://github.com/jkaflik/ublox_f9p (to have the same interface and share some code) or have another package for it (for separation of concerns). Found also https://index.ros.org/p/nmea_navsat_driver/, but not sure if that would fit your needs. Might need a compatibility layer.

@jkaflik
Copy link
Owner

jkaflik commented May 6, 2024

This is beyond UbX driver. This project is meant to be configurable in a future and any node that produces NavSatFix can be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants