commander_params: add precision land option for mode switch

This commit is contained in:
Matthias Grob 2022-02-11 14:50:41 +01:00
parent d6db06faf3
commit 3aee2497bb
1 changed files with 6 additions and 0 deletions

View File

@ -476,6 +476,7 @@ PARAM_DEFINE_FLOAT(COM_OBC_LOSS_T, 5.0f);
* @value 7 Offboard
* @value 8 Stabilized
* @value 12 Follow Me
* @value 13 Precision Land
* @group Commander
*/
PARAM_DEFINE_INT32(COM_FLTMODE1, -1);
@ -499,6 +500,7 @@ PARAM_DEFINE_INT32(COM_FLTMODE1, -1);
* @value 7 Offboard
* @value 8 Stabilized
* @value 12 Follow Me
* @value 13 Precision Land
* @group Commander
*/
PARAM_DEFINE_INT32(COM_FLTMODE2, -1);
@ -522,6 +524,7 @@ PARAM_DEFINE_INT32(COM_FLTMODE2, -1);
* @value 7 Offboard
* @value 8 Stabilized
* @value 12 Follow Me
* @value 13 Precision Land
* @group Commander
*/
PARAM_DEFINE_INT32(COM_FLTMODE3, -1);
@ -545,6 +548,7 @@ PARAM_DEFINE_INT32(COM_FLTMODE3, -1);
* @value 7 Offboard
* @value 8 Stabilized
* @value 12 Follow Me
* @value 13 Precision Land
* @group Commander
*/
PARAM_DEFINE_INT32(COM_FLTMODE4, -1);
@ -568,6 +572,7 @@ PARAM_DEFINE_INT32(COM_FLTMODE4, -1);
* @value 7 Offboard
* @value 8 Stabilized
* @value 12 Follow Me
* @value 13 Precision Land
* @group Commander
*/
PARAM_DEFINE_INT32(COM_FLTMODE5, -1);
@ -591,6 +596,7 @@ PARAM_DEFINE_INT32(COM_FLTMODE5, -1);
* @value 7 Offboard
* @value 8 Stabilized
* @value 12 Follow Me
* @value 13 Precision Land
* @group Commander
*/
PARAM_DEFINE_INT32(COM_FLTMODE6, -1);