Skip to content

Commit

Permalink
we need force forward also in NPS (#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmldeponti committed Nov 23, 2023
1 parent d007969 commit 92b5ad0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sw/airborne/modules/nav/nav_rotorcraft_hybrid.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ float nav_hybrid_pos_gain = NAV_HYBRID_POS_GAIN;
float nav_hybrid_pos_gain = 1.0;
#endif

#ifndef USE_NPS
#ifndef GUIDANCE_INDI_HYBRID
bool force_forward = 0;
#endif
#endif

/** Implement basic nav function for the hybrid case
*/
Expand Down

0 comments on commit 92b5ad0

Please sign in to comment.