We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00eb50f + 1ff08fe commit ca7e92dCopy full SHA for ca7e92d
src/behaviours/src/SearchController.cpp
@@ -26,7 +26,7 @@ void SearchController::Reset() {
26
Result SearchController::DoWork() {
27
28
if (!result.wpts.waypoints.empty()) {
29
- if (hypot(result.wpts.waypoints[0].x-currentLocation.x, result.wpts.waypoints[0].y-currentLocation.y) < 0.10) {
+ if (hypot(result.wpts.waypoints[0].x-currentLocation.x, result.wpts.waypoints[0].y-currentLocation.y) < 0.15) {
30
attemptCount = 0;
31
}
32
0 commit comments