Skip to content

Commit ebeb1ee

Browse files
committed
Merge branch 'humble' of https://github.com/ros-navigation/navigation2 into humble
2 parents 702ea60 + 7ee3d2f commit ebeb1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nav2_behavior_tree/plugins/action/follow_path_action.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void FollowPathAction::on_wait_for_result(
4343
getInput("path", new_path);
4444

4545
// Check if it is not same with the current one
46-
if (goal_.path != new_path) {
46+
if (goal_.path != new_path && new_path != nav_msgs::msg::Path()) {
4747
// the action server on the next loop iteration
4848
goal_.path = new_path;
4949
goal_updated_ = true;

0 commit comments

Comments
 (0)