mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Rover: minor comment fix to acro
non-functional change
This commit is contained in:
parent
0652c89844
commit
30ba463f42
@ -16,7 +16,7 @@ void ModeAcro::update()
|
||||
float desired_steering, desired_throttle;
|
||||
get_pilot_desired_steering_and_throttle(desired_steering, desired_throttle);
|
||||
|
||||
// convert pilot throttle input to desired speed (up to twice the cruise speed)
|
||||
// convert pilot throttle input to desired speed
|
||||
float target_speed = desired_throttle * 0.01f * calc_speed_max(g.speed_cruise, g.throttle_cruise * 0.01f);
|
||||
|
||||
// convert pilot steering input to desired turn rate in radians/sec
|
||||
|
Loading…
Reference in New Issue
Block a user