mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
COM_ARM_WO_GPS - values round the wrong way
This commit is contained in:
committed by
Daniel Agar
parent
a7e920d276
commit
aa94a60043
@@ -307,11 +307,11 @@ PARAM_DEFINE_FLOAT(COM_DISARM_PRFLT, 25.0f);
|
|||||||
/**
|
/**
|
||||||
* Allow arming without GPS
|
* Allow arming without GPS
|
||||||
*
|
*
|
||||||
* The default allows to arm the vehicle without GPS signal.
|
* The default allows the vehicle to arm without GPS signal.
|
||||||
*
|
*
|
||||||
* @group Commander
|
* @group Commander
|
||||||
* @value 0 Allow arming without GPS
|
* @value 0 Require GPS lock to arm
|
||||||
* @value 1 Require GPS lock to arm
|
* @value 1 Allow arming without GPS
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(COM_ARM_WO_GPS, 1);
|
PARAM_DEFINE_INT32(COM_ARM_WO_GPS, 1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user