Rover: fixed AUTO_KICKSTART parameter markup

This commit is contained in:
Andrew Tridgell 2013-03-22 11:22:02 +11:00
parent e0c8a9c443
commit ed6d4a1495

View File

@ -138,10 +138,10 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: AUTO_KICKSTART
// @DisplayName: Auto mode trigger kickstart acceleration
// @Description: X acceleration in meters/second/second to use to trigger start of auto mode. If set to zero then auto starts immediately, otherwise the rover waits for the X acceleration to go above this value before it will start the motor
// Units: m/s/s
// @Description: X acceleration in meters/second/second to use to trigger the motor start in auto mode. If set to zero then auto throttle starts immediately when the mode switch happens, otherwise the rover waits for the X acceleration to go above this value before it will start the motor
// @Units: m/s/s
// @Range: 0 20
// Increment: 0.1
// @Increment: 0.1
// @User: standard
GSCALAR(auto_kickstart, "AUTO_KICKSTART", 0.0f),