mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[nps] don't bypass ahrs by default
By default use the result of the normal ahrs estimation, if you want to bypass that and use the attitude from NPS define NPS_BYPASS_AHRS to TRUE.
This commit is contained in:
@@ -39,7 +39,7 @@ struct NpsAutopilot autopilot;
|
||||
bool_t nps_bypass_ahrs;
|
||||
|
||||
#ifndef NPS_BYPASS_AHRS
|
||||
#define NPS_BYPASS_AHRS TRUE
|
||||
#define NPS_BYPASS_AHRS FALSE
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user