-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
[Plugin] Forward RTK RTCM packets to FCU #112
Comments
Sounds like a good thing to have. Thanks for listing this. |
For context, there's some information on a duplicate issue #534 |
The most time consuming thing to develop here is probably a parser for GPS messages I think? |
Or... not, https://github.com/PX4/PX4-GPSDrivers this exists apparently |
The rtk_ros actually uses -an outdated version of- PX4/GPSDrivers. We were using Mavros for that RTCM forward feature. |
And this issue #1252 is pointing how QGC is handle it:
|
Adding a plugin which can send the RTCM updates of the base station to the UAVs. Thus replacing the need for QGroundcontrol for in-flight operation.
The text was updated successfully, but these errors were encountered: