mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
runway takeoff params: improve descriptions
This commit is contained in:
committed by
Daniel Agar
parent
81d6fdfe8c
commit
67b0f5e07e
@@ -48,10 +48,11 @@
|
|||||||
PARAM_DEFINE_INT32(RWTO_TKOFF, 0);
|
PARAM_DEFINE_INT32(RWTO_TKOFF, 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies which heading should be held during runnway takeoff.
|
* Specifies which heading should be held during the runway takeoff ground roll.
|
||||||
*
|
*
|
||||||
* 0: airframe heading
|
* 0: airframe heading when takeoff is initiated
|
||||||
* 1: position control along runway direction (defined by operator in MAV_CMD)
|
* 1: position control along runway direction (bearing defined from vehicle position on takeoff initiation to MAV_CMD_TAKEOFF
|
||||||
|
* position defined by operator)
|
||||||
*
|
*
|
||||||
* @value 0 Airframe
|
* @value 0 Airframe
|
||||||
* @value 1 Runway
|
* @value 1 Runway
|
||||||
@@ -148,6 +149,9 @@ PARAM_DEFINE_FLOAT(RWTO_L1_PERIOD, 5.0f);
|
|||||||
/**
|
/**
|
||||||
* Enable use of yaw stick for nudging the wheel during runway ground roll
|
* Enable use of yaw stick for nudging the wheel during runway ground roll
|
||||||
*
|
*
|
||||||
|
* This is useful when map, GNSS, or yaw errors on ground are misaligned with what the operator intends for takeoff course.
|
||||||
|
* Particularly useful for skinny runways or if the wheel servo is a bit off trim.
|
||||||
|
*
|
||||||
* @boolean
|
* @boolean
|
||||||
* @group Runway Takeoff
|
* @group Runway Takeoff
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user