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

[gps_datalink] update small message protocol #1506

Merged
merged 4 commits into from
Jan 11, 2016

Conversation

kirkscheper
Copy link
Member

Removed USE_DATALINK_SMALL definition. Local reference frame now initialized from flight plan.
Updated flight plans that used USE_DATALINK_SMALL.
Added z speed and higher resolution heading to message.
Added gps z speed to ins vertical filer.
Ran fix_code_style on natnet2ivy.c.

@flixr
Copy link
Member

flixr commented Jan 6, 2016

Looks basically good to me, like that you got rid of USE_DATALINK_SMALL ;-)

Some comments inline in the changes...

@@ -27,35 +27,19 @@
* GPS structure to the values received.
*/

#include "messages.h"
#include "generated/airframe.h" // AC_ID
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AC_ID doesn't seem to be used in this file...

@kirkscheper
Copy link
Member Author

No prob with the separate define for alt and alt_speed but do I really have to add the settings for the noise? Not so interesting for me. Can I just make a comment that it is a todo? I assume you can also do that for the sonar...

@flixr
Copy link
Member

flixr commented Jan 11, 2016

I didn't mean settings for the noise, but rather make the update of alt and vel not only configurable via a define, but via a runtime variable...
But it look ok to me for now...
@gautierhattenberger if you are fine with it as well, merge it...

gautierhattenberger added a commit that referenced this pull request Jan 11, 2016
[gps_datalink] update small message protocol
@gautierhattenberger gautierhattenberger merged commit 62166ad into paparazzi:master Jan 11, 2016
@kirkscheper kirkscheper deleted the gps_datalink_small branch April 25, 2016 13:46
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

Successfully merging this pull request may close these issues.

None yet

3 participants