update
This commit is contained in:
@@ -19,6 +19,8 @@ namespace dock_planner {
|
||||
const robot_geometry_msgs::PoseStamped& goal,
|
||||
std::vector<robot_geometry_msgs::PoseStamped>& plan);
|
||||
|
||||
static robot_nav_core::BaseGlobalPlanner::Ptr create();
|
||||
|
||||
private:
|
||||
// Core components
|
||||
robot_costmap_2d::Costmap2DROBOT* costmap_robot_;
|
||||
@@ -33,9 +35,6 @@ namespace dock_planner {
|
||||
bool check_free_space_;
|
||||
|
||||
DockCalc calc_plan_to_dock_;
|
||||
|
||||
|
||||
void publishPlan(const std::vector<robot_geometry_msgs::PoseStamped>& plan);
|
||||
};
|
||||
} // namespace dock_planner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user