Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 19, 2024
1 parent eb4c6ef commit e309c87
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ class GloballyUpdatedGoalCondition : public BT::ConditionNode
static BT::PortsList providedPorts()
{
return {
BT::InputPort<std::vector<geometry_msgs::msg::PoseStamped>>("goals"),
BT::InputPort<geometry_msgs::msg::PoseStamped>("goal"),
};
BT::InputPort<std::vector<geometry_msgs::msg::PoseStamped>>("goals"),
BT::InputPort<geometry_msgs::msg::PoseStamped>("goal"),
};
}

private:
Expand Down

0 comments on commit e309c87

Please sign in to comment.