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

outer loop INDI control #1354

Merged
merged 3 commits into from
Sep 15, 2015
Merged

Conversation

EwoudSmeur
Copy link
Member

Outer loop INDI control.

Controls accelerations of the drone to counteract (aerodynamic) disturbances. This is a quick implementation that only works for the horizontal accelerations, but vertical can be added easily.

Test flown with hover_z_hold

QUAT_COPY(q_sp, q_rp_sp);
}

QUAT_BFP_OF_REAL(stab_att_sp_quat,q_sp);

Choose a reason for hiding this comment

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

missing include stabilization/stabilization_attitude_ref_quat_int.h

and new line at end of file

@EwoudSmeur EwoudSmeur force-pushed the outer_loop_to_master2 branch from 4bc1b6a to 8a938b3 Compare September 15, 2015 14:04
@EwoudSmeur
Copy link
Member Author

the problem was not that I had to include stabilization/stabilization_attitude_ref_quat_int.h, but that if you build with euler then stab_att_sp_quat is nowhere defined... not really sure what to do about this

@flixr flixr changed the title flying position hold outer loop INDI control Sep 15, 2015
EwoudSmeur added a commit that referenced this pull request Sep 15, 2015
@EwoudSmeur EwoudSmeur merged commit f30db36 into paparazzi:master Sep 15, 2015
@flixr flixr added this to the v5.8 milestone Nov 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants