-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Piksi driver #1349
Update Piksi driver #1349
Conversation
currently matching libswiftnav v0.15.1
and change it to the paparazzi repo until the pull request is approved
Good to merge for me :) |
Update Piksi driver - better handling of the the baseline messages - use the libsbp as a submodule - compute the base "position" from the global position and the local baseline - send the `BASE_POS` message to module so he can produce pseudo-global DGPS position - send the antenna frontend mode via sbp message - add DGPS and RTK fix modes to GPS - fix uart write on linux - add GPS_INJECT message - add sbp2ivy
@fvantienen, was that merged with all required commits included? I am seeing compilation errors when I Or did I miss to update some other configuration? |
@simmis did you really do a |
@flixr, yes I used the "clean" and "make" buttons. I just also tried to |
@simmis you need to run make in the paparazzi root dir in order to update the generated code for messages and the ground segment... |
@flixr, ok, thanks. Got it. Will take a look into the other error tomorrow. Probably also sth. trivial. |
Improved version of #1271 with additionally (split up the commits from @fvantienen on his piksi branch):