we need force forward also in NPS (#3181)

This commit is contained in:
Tomaso Maria Luigi De Ponti
2023-11-23 15:24:50 +01:00
committed by GitHub
parent d00796924f
commit 92b5ad0571
@@ -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
*/