Rover: minor comment fix

This commit is contained in:
Randy Mackay 2019-11-04 17:30:54 +09:00
parent 7a63bda027
commit 45682550e7
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ void ModeAuto::do_nav_guided_enable(const AP_Mission::Mission_Command& cmd)
}
}
// do_set_yaw_speed - turn to a specified heading and achieve and given speed
// do_set_yaw_speed - turn to a specified heading and achieve a given speed
void ModeAuto::do_nav_set_yaw_speed(const AP_Mission::Mission_Command& cmd)
{
float desired_heading_cd;