mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
COM_THROW_SPEED - arm or start motors clarification (#23822)
This commit is contained in:
@@ -986,9 +986,9 @@ PARAM_DEFINE_INT32(COM_THROW_EN, 0);
|
||||
/**
|
||||
* Minimum speed for the throw start
|
||||
*
|
||||
* When the throw launch is enabled, the drone will only arm after this speed is exceeded before detecting
|
||||
* the freefall. This is a safety feature to ensure the drone does not turn on after accidental drop or
|
||||
* a rapid movement before the throw.
|
||||
* When the throw launch is enabled, the drone will only allow motors to spin after this speed
|
||||
* is exceeded before detecting the freefall. This is a safety feature to ensure the drone does
|
||||
* not turn on after accidental drop or a rapid movement before the throw.
|
||||
*
|
||||
* Set to 0 to disable.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user