Skip to content

Commit

Permalink
Ignore feedback from old goals in waypoint follower (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepisg authored and jwallace42 committed Aug 22, 2022
1 parent 870fb8c commit 068b5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nav2_waypoint_follower/src/waypoint_follower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ WaypointFollower::resultCallback(
get_logger(),
"Goal IDs do not match for the current goal handle and received result."
"Ignoring likely due to receiving result for an old goal.");
return;
}

switch (result.code) {
Expand Down

0 comments on commit 068b5b8

Please sign in to comment.