mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[ins] enable nav init for EKF2 by default (#2930)
This commit is contained in:
committed by
GitHub
parent
ca94874f74
commit
acb7d1164a
@@ -44,9 +44,9 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Prevent setting INS reference from flight plan */
|
/** INS reference from flight plan, true by default */
|
||||||
#if USE_INS_NAV_INIT
|
#ifndef USE_INS_NAV_INIT
|
||||||
#error INS initialization from flight plan is not yet supported
|
#define USE_INS_NAV_INIT TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Special configuration for Optitrack */
|
/** Special configuration for Optitrack */
|
||||||
@@ -57,9 +57,6 @@
|
|||||||
#ifndef INS_EKF2_VDIST_SENSOR_TYPE
|
#ifndef INS_EKF2_VDIST_SENSOR_TYPE
|
||||||
#define INS_EKF2_VDIST_SENSOR_TYPE VDIST_SENSOR_EV
|
#define INS_EKF2_VDIST_SENSOR_TYPE VDIST_SENSOR_EV
|
||||||
#endif
|
#endif
|
||||||
#ifndef USE_INS_NAV_INIT
|
|
||||||
#define USE_INS_NAV_INIT true
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** The EKF2 fusion mode setting */
|
/** The EKF2 fusion mode setting */
|
||||||
|
|||||||
Reference in New Issue
Block a user