mirror of https://github.com/ArduPilot/ardupilot
Rover: Merging a fix of a wp loiter bug
This commit is contained in:
parent
ecc89f0b7e
commit
9d5e29dff7
|
@ -93,9 +93,10 @@ bool Rover::in_stationary_loiter()
|
|||
if (active_loiter && (wp_distance > g.waypoint_radius)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue