Skip to content

Commit 85b6b71

Browse files
Fix UNKNOWN WPF status handling
1 parent 2912c92 commit 85b6b71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nav2_waypoint_follower/src/waypoint_follower.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,7 @@ WaypointFollower::followWaypoints()
275275
}
276276
}
277277

278-
if (current_goal_status_.status != ActionStatus::PROCESSING &&
279-
current_goal_status_.status != ActionStatus::UNKNOWN)
280-
{
278+
if (current_goal_status_.status != ActionStatus::PROCESSING) {
281279
// Update server state
282280
goal_index++;
283281
new_goal = true;

0 commit comments

Comments
 (0)