Skip to content

Commit

Permalink
fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
11phc committed Sep 4, 2024
1 parent d1f83c6 commit 35d5f3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ void MowingBehavior::handle_action(std::string action) {
} else if (action == "mower_logic:mowing/restart_path") {
ROS_INFO_STREAM("got restart_path command");
restart_path = true;
}
} else if (action == "mower_logic:mowing/restart_path_segment") {
ROS_INFO_STREAM("got restart_path_segment command");
restart_path_segment = true;
Expand Down

0 comments on commit 35d5f3b

Please sign in to comment.