Skip to content

Commit

Permalink
[stab att] convert attitude ref float
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Jul 24, 2012
1 parent d5983a4 commit c633d34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@
} \
} \
else { /* if not flying, use current yaw as setpoint */ \
_sp.psi = ANGLE_FLOAT_OF_BFP(ahrs.ltp_to_body_euler.psi); \
_sp.psi = stateGetNedToBodyEulers_f()->psi; \
} \
}

Expand Down

0 comments on commit c633d34

Please sign in to comment.