Browse Source

added comment for cruising throttle only affecting rover

Signed-off-by: RomanBapst <bapstroman@gmail.com>
main
RomanBapst 3 years ago committed by Martina Rivizzigno
parent
commit
a23cb111b7
  1. 2
      msg/position_setpoint.msg

2
msg/position_setpoint.msg

@ -41,6 +41,6 @@ float32 acceptance_radius # navigation acceptance_radius if we're doing waypoi @@ -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…
Cancel
Save