Skip to content

Commit

Permalink
fix format
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 Dec 3, 2024
1 parent 8be822a commit 042649b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class GoalUpdater : public BT::DecoratorNode
BT::InputPort<nav2_msgs::msg::PoseStampedArray>("input_goals", "Original Goals"),
BT::OutputPort<geometry_msgs::msg::PoseStamped>("output_goal",
"Received Goal by subscription"),
BT::OutputPort<nav2_msgs::msg::PoseStampedArray>("output_goals", "Received Goals by subscription")
BT::OutputPort<nav2_msgs::msg::PoseStampedArray>("output_goals",
"Received Goals by subscription")
};
}

Expand Down

0 comments on commit 042649b

Please sign in to comment.