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

[Plugin] Forward RTK RTCM packets to FCU #112

Closed
AlexisTM opened this issue Oct 3, 2017 · 6 comments · Fixed by #1761
Closed

[Plugin] Forward RTK RTCM packets to FCU #112

AlexisTM opened this issue Oct 3, 2017 · 6 comments · Fixed by #1761

Comments

@AlexisTM
Copy link

AlexisTM commented Oct 3, 2017

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.

@AlexisTM AlexisTM changed the title [Plugin] RTK RTCM packets to FCU [Plugin] Forward RTK RTCM packets to FCU Oct 4, 2017
@julianoes
Copy link
Collaborator

Sounds like a good thing to have. Thanks for listing this.

@mrpollo
Copy link
Member

mrpollo commented Feb 10, 2021

For context, there's some information on a duplicate issue #534

@coderkalyan
Copy link
Contributor

The most time consuming thing to develop here is probably a parser for GPS messages I think?

@coderkalyan
Copy link
Contributor

Or... not, https://github.com/PX4/PX4-GPSDrivers this exists apparently

@AlexisTM
Copy link
Author

The rtk_ros actually uses -an outdated version of- PX4/GPSDrivers. We were using Mavros for that RTCM forward feature.

@Katawann
Copy link
Contributor

Katawann commented Feb 11, 2021

And this issue #1252 is pointing how QGC is handle it:

This is the functionality in QGC.
https://github.com/mavlink/qgroundcontrol/blob/master/src/GPS/RTCM/RTCMMavlink.cc#L24

It is sending GPS_RTCM_DATA.
https://mavlink.io/en/messages/common.html#GPS_RTCM_DATA

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

Successfully merging a pull request may close this issue.

5 participants