mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
we need force forward also in NPS (#3181)
This commit is contained in:
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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user