Skip to content
Snippets Groups Projects
Commit 884f4f19 authored by matt-chen's avatar matt-chen
Browse files

hi linter

parent fc86eddb
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,9 @@ public:
static BT::PortsList providedPorts()
{
return providedBasicPorts({
BT::InputPort<double>("backup_dist", -0.15, "Distance to backup"),
BT::InputPort<double>("backup_speed", 0.025, "Speed at which to backup")
});
BT::InputPort<double>("backup_dist", -0.15, "Distance to backup"),
BT::InputPort<double>("backup_speed", 0.025, "Speed at which to backup")
});
}
};
......
......@@ -54,9 +54,9 @@ public:
static BT::PortsList providedPorts()
{
return providedBasicPorts({
BT::OutputPort<nav_msgs::msg::Path>("path", "Path created by ComputePathToPose node"),
BT::InputPort<geometry_msgs::msg::PoseStamped>("goal", "Destination to plan to")
});
BT::OutputPort<nav_msgs::msg::Path>("path", "Path created by ComputePathToPose node"),
BT::InputPort<geometry_msgs::msg::PoseStamped>("goal", "Destination to plan to")
});
}
private:
......
......@@ -57,8 +57,8 @@ public:
static BT::PortsList providedPorts()
{
return providedBasicPorts({
BT::InputPort<nav_msgs::msg::Path>("path", "Path to follow"),
});
BT::InputPort<nav_msgs::msg::Path>("path", "Path to follow"),
});
}
};
......
......@@ -59,9 +59,9 @@ public:
static BT::PortsList providedPorts()
{
return providedBasicPorts({
BT::InputPort<geometry_msgs::msg::Point>("position", "0;0;0", "Position"),
BT::InputPort<geometry_msgs::msg::Quaternion>("orientation", "0;0;0;0", "Orientation")
});
BT::InputPort<geometry_msgs::msg::Point>("position", "0;0;0", "Position"),
BT::InputPort<geometry_msgs::msg::Quaternion>("orientation", "0;0;0;0", "Orientation")
});
}
};
......
......@@ -44,8 +44,8 @@ public:
static BT::PortsList providedPorts()
{
return providedBasicPorts({
BT::InputPort<double>("spin_dist", 1.57, "Spin distance")
});
BT::InputPort<double>("spin_dist", 1.57, "Spin distance")
});
}
};
......
......@@ -48,8 +48,8 @@ public:
static BT::PortsList providedPorts()
{
return providedBasicPorts({
BT::InputPort<int>("wait_duration", 1, "Wait time")
});
BT::InputPort<int>("wait_duration", 1, "Wait time")
});
}
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment