-
Notifications
You must be signed in to change notification settings - Fork 194
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
Disabling UBX configuration #108
Comments
Could they use separate ports and GPSDrivers could be less pointed about configuring ports it doesn't actually use? |
Thanks for the quick reply! Cheers |
As a proof of concept, I have added in the following lines to ubx.cpp which yielded a successful GPS startup.
Ultimately, an ideal case would be to send both position and RTK heading information over a single UART link from the payload. As far as I'm aware, the EKF/PX4 currently supports a max of two GPS units, so this would leave the second GPS interface free as a spare for a redundant unit on the drone in the event of some payload failure. I have seen a previous pull request utilizing the MAVLink GPS_INPUT message which would do the job, except there are several fields missing when compared against the uORB sensor_gps message. |
Hi all,
In order to share a common GNSS module (F9P) between both payload and drone, it would be nice to have an option to disable the automatic module configuration that takes place in the drivers which would otherwise disrupt the payload operation.
It is already possible to simply use the NMEA interface instead, but this introduces limitations with position precision, RTK heading use etc.
Cheers
The text was updated successfully, but these errors were encountered: