Added SYS_MC_EST_GROUP to allow fine grained algorithm selection.

This commit is contained in:
James Goppert
2016-04-14 15:22:25 -04:00
parent bdd6f8ee97
commit f73af95b38
5 changed files with 59 additions and 37 deletions
+16
View File
@@ -82,6 +82,22 @@ PARAM_DEFINE_INT32(SYS_USE_IO, 1);
*/
PARAM_DEFINE_INT32(SYS_RESTART_TYPE, 2);
/**
* Set multicopter estimator group
*
* Set the group of estimators used for multicopters and vtols
*
* @value 0 position_estimator_inav, attitude_estimator_q
* @value 1 local_position_estimator, attitude_estimator_q
* @value 2 ekf2
*
* @min 0
* @max 2
* @reboot_required true
* @group System
*/
PARAM_DEFINE_INT32(SYS_MC_EST_GROUP, 0);
/**
* Companion computer interface
*