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

added new definition of guided flag field #21

Merged
merged 1 commit into from
Jun 9, 2016

Conversation

kirkscheper
Copy link
Member

added new extended definition of flag field for guided mode to set the reference frame of each input separately.

Frame can be specified with the bits 0-3
Velocity of position setpoint can be specified with the bits 5-7
Flags field definition:
bit 0: x,y as offset coordinates
Copy link
Member

@flixr flixr Jun 9, 2016

Choose a reason for hiding this comment

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

I think it would be nice to use a list for the bits, so it's nicely displayed in the generated docs: http://docs.paparazziuav.org/latest//paparazzi_messages.html#GUIDED_SETPOINT_NED

descriptions are parsed as markdown so instead:

- bit 0: foo
- bit 1: bar

added new definition of guided flag field
@flixr flixr merged commit 971a4b7 into paparazzi:master Jun 9, 2016
@hooperfly
Copy link
Contributor

We will need to update any of the PPRZLink examples that referenced the Guided flag field. I will need to update the Guided feature in the FRC as well.

@kirkscheper kirkscheper deleted the guided_expansion branch June 10, 2016 07:21
@flixr
Copy link
Member

flixr commented Jun 10, 2016

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.

3 participants