forked from Archive/PX4-Autopilot
Switch fixed wing to EKF2. Does not link yet.
This commit is contained in:
parent
e43625cfc1
commit
8162300522
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Start the attitude and position estimator
|
||||
#
|
||||
ekf_att_pos_estimator start
|
||||
ekf2 start
|
||||
|
||||
#
|
||||
# Start attitude controller
|
||||
|
|
|
@ -85,9 +85,10 @@ set(config_module_list
|
|||
# Estimation modules (EKF/ SO3 / other filters)
|
||||
#
|
||||
modules/attitude_estimator_q
|
||||
modules/ekf_att_pos_estimator
|
||||
#modules/ekf_att_pos_estimator
|
||||
modules/position_estimator_inav
|
||||
modules/local_position_estimator
|
||||
modules/ekf2
|
||||
|
||||
#
|
||||
# Vehicle Control
|
||||
|
|
Loading…
Reference in New Issue