Public Member Functions | |
bool | makePlanService (navfn::MakeNavPlan::Request &req, navfn::MakeNavPlan::Response &resp) |
PlannerWithCostmap (string name, Costmap2DROS *cmap) | |
Private Member Functions | |
void | poseCallback (const rm::PoseStamped::ConstPtr &goal) |
Private Attributes | |
Costmap2DROS * | cmap_ |
ros::ServiceServer | make_plan_service_ |
ros::Subscriber | pose_sub_ |
Definition at line 54 of file plan_node.cpp.
global_planner::PlannerWithCostmap::PlannerWithCostmap | ( | string | name, |
Costmap2DROS * | cmap | ||
) |
Definition at line 97 of file plan_node.cpp.
bool global_planner::PlannerWithCostmap::makePlanService | ( | navfn::MakeNavPlan::Request & | req, |
navfn::MakeNavPlan::Response & | resp | ||
) |
Definition at line 66 of file plan_node.cpp.
void global_planner::PlannerWithCostmap::poseCallback | ( | const rm::PoseStamped::ConstPtr & | goal | ) | [private] |
Definition at line 80 of file plan_node.cpp.
Costmap2DROS* global_planner::PlannerWithCostmap::cmap_ [private] |
Definition at line 61 of file plan_node.cpp.
Definition at line 62 of file plan_node.cpp.
Definition at line 63 of file plan_node.cpp.