Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <tony.najjar.1997@gmail.com>
  • Loading branch information
tonynajjar committed Jan 10, 2025
1 parent 48833bf commit 7db6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_behavior_tree/plugins/decorator/goal_updater_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ inline BT::NodeStatus GoalUpdater::tick()
RCLCPP_WARN(
node_->get_logger(), "The timestamp of the received goals (%f) is older than the "
"current goals (%f). Ignoring the received goals.",
last_goal_received_time.seconds(), goal_time.seconds());
last_goals_received_time.seconds(), goals_time.seconds());
setOutput("output_goals", goals);
}
}
Expand Down

0 comments on commit 7db6be9

Please sign in to comment.