mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Commander: Document arming check params
This commit is contained in:
committed by
Daniel Agar
parent
87f98f096f
commit
f12d368a64
@@ -307,6 +307,8 @@ PARAM_DEFINE_FLOAT(COM_DISARM_PRFLT, 10.0f);
|
|||||||
* The default allows to arm the vehicle without GPS signal.
|
* The default allows to arm the vehicle without GPS signal.
|
||||||
*
|
*
|
||||||
* @group Commander
|
* @group Commander
|
||||||
|
* @value 0 Allow arming without GPS
|
||||||
|
* @value 1 Require GPS lock to arm
|
||||||
* @boolean
|
* @boolean
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(COM_ARM_WO_GPS, 1);
|
PARAM_DEFINE_INT32(COM_ARM_WO_GPS, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user