Skip to content

Commit

Permalink
updated return code to false
Browse files Browse the repository at this point in the history
  • Loading branch information
midevil authored Sep 5, 2023
1 parent 71cee91 commit 839d501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ bool MowingBehavior::execute_mowing_plan() {
{
currentMowingPaths.erase(currentMowingPaths.begin());
skip_path=false;
return true;
return false;
}

if (aborted) {
Expand Down

0 comments on commit 839d501

Please sign in to comment.