mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Copter: fix auto-circle comment
This commit is contained in:
parent
a6b6fb2473
commit
d455e2a33f
@ -447,7 +447,6 @@ void Copter::auto_rtl_run()
|
||||
}
|
||||
|
||||
// auto_circle_movetoedge_start - initialise waypoint controller to move to edge of a circle with it's center at the specified location
|
||||
// we assume the caller has set the circle's circle with circle_nav.set_center()
|
||||
// we assume the caller has performed all required GPS_ok checks
|
||||
void Copter::auto_circle_movetoedge_start(const Location_Class &circle_center, float radius_m)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user