Rover: minor comment fix to acro

non-functional change
This commit is contained in:
Randy Mackay 2018-03-14 15:29:19 +09:00
parent 0652c89844
commit 30ba463f42

View File

@ -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