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

How to write RTK correction bytes on socket? #25

Open
JeyP4 opened this issue Sep 3, 2022 · 3 comments
Open

How to write RTK correction bytes on socket? #25

JeyP4 opened this issue Sep 3, 2022 · 3 comments

Comments

@JeyP4
Copy link

JeyP4 commented Sep 3, 2022

Hi

Suppose I have RTK correction bytes ready (somehow streaming),
How to write bytes on the socket of the rover piksi?

-Thanks

@horverno
Copy link
Member

horverno commented Sep 5, 2022

hi @JeyP4

rostopic echo /gps/duro/status_string

Is it a a suitable solution?

@JeyP4
Copy link
Author

JeyP4 commented Sep 5, 2022

Hi @horverno

In a "base station + rover" configuration, base station sends some encoded bytes to the rover. Rover than uses these bytes to get its rtk correction.

So at the rover location, in its duro node i can create a subscriber to subscribe for the encoded bytes. In the callback fn of the subscriber, i don't know how to write those bytes on the 'libsbp' socket !!

@horverno
Copy link
Member

horverno commented Sep 5, 2022

Personally I never tested base station + rover, only the rtk version.

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