mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
[fixedwing] fix typo in attitude stabilization
was within an ifdef STRONG_WIND, and hence not recognized earlier
This commit is contained in:
@@ -208,7 +208,7 @@ void h_ctl_course_loop ( void ) {
|
||||
*/
|
||||
|
||||
// Heading error
|
||||
float herr = *stateGetNedToBodyEulers_f()->psi - h_ctl_course_setpoint; //+crab);
|
||||
float herr = stateGetNedToBodyEulers_f()->psi - h_ctl_course_setpoint; //+crab);
|
||||
NormRadAngle(herr);
|
||||
|
||||
if (advance < -0.5) //<! moving in the wrong direction / big > 90 degree turn
|
||||
|
||||
Reference in New Issue
Block a user