Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Najjar <[email protected]>
  • Loading branch information
tonynajjar committed Aug 5, 2024
1 parent 5411676 commit f60d727
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ class RemoveInCollisionGoals : public BT::ActionNodeBase
{
return {
BT::InputPort<Goals>("input_goals", "Original goals to remove from"),
BT::InputPort<std::string>("costmap", "Which costmap to use for checking collision. Choices: local, global, both"),
BT::InputPort<std::string>("cost_threshold", "Cost threshold for considering a goal in collision"),
BT::InputPort<std::string>("costmap",
"Which costmap to use for checking collision. Choices: local, global, both"),
BT::InputPort<std::string>("cost_threshold",
"Cost threshold for considering a goal in collision"),
BT::OutputPort<Goals>("output_goals", "Goals with in-collision goals removed"),
};
}
Expand Down

0 comments on commit f60d727

Please sign in to comment.