mirror of https://github.com/ArduPilot/ardupilot
Rover: minor comment fix
This commit is contained in:
parent
7a63bda027
commit
45682550e7
|
@ -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)
|
void ModeAuto::do_nav_set_yaw_speed(const AP_Mission::Mission_Command& cmd)
|
||||||
{
|
{
|
||||||
float desired_heading_cd;
|
float desired_heading_cd;
|
||||||
|
|
Loading…
Reference in New Issue