forked from Archive/PX4-Autopilot
added comment for cruising throttle only affecting rover
Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
parent
b7d6e646cc
commit
a23cb111b7
|
@ -41,6 +41,6 @@ float32 acceptance_radius # navigation acceptance_radius if we're doing waypoi
|
|||
|
||||
float32 cruising_speed # the generally desired cruising speed (not a hard constraint)
|
||||
bool gliding_enabled # commands the vehicle to glide if the capability is available (fixed wing only)
|
||||
float32 cruising_throttle # the generally desired cruising throttle (not a hard constraint)
|
||||
float32 cruising_throttle # the generally desired cruising throttle (not a hard constraint), only has an effect for rover
|
||||
|
||||
bool disable_weather_vane # VTOL: disable (in auto mode) the weather vane feature that turns the nose into the wind
|
||||
|
|
Loading…
Reference in New Issue