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

rtk: parse Python RTCM strings #2073

Merged
merged 1 commit into from
Jun 6, 2023
Merged

rtk: parse Python RTCM strings #2073

merged 1 commit into from
Jun 6, 2023

Conversation

julianoes
Copy link
Collaborator

This adds a hack to parse incoming RTCM string from Python. Since they are somewhat escaped we need to translate them back to the original bytes.

We do this in v1.4 in order not to break the API. In v2, we hopefully can switch to a vector<uint8_t> instead.

FYI @paujar.

Related to PX4/PX4-Autopilot#21600.
Related to mavlink/MAVSDK-Python#543.

@julianoes julianoes requested a review from JonasVautherin June 6, 2023 00:11
This adds a hack to parse incoming RTCM string from Python. Since they
are somewhat escaped we need to translate them back to the original
bytes.

We do this in v1.4 in order not to break the API. In v2, we hopefully
can switch to a vector<uint8_t> instead.

Signed-off-by: Julian Oes <[email protected]>
@julianoes julianoes force-pushed the pr-fix-rtk-python branch from b0956f0 to 9d02d74 Compare June 6, 2023 02:56
@julianoes
Copy link
Collaborator Author

FYI @dayjaby

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

Successfully merging this pull request may close these issues.

2 participants