#include <global_planner_interface.h>
|
bool | checkPlan (cb_base_navigation_msgs::CheckPlanRequest &req, cb_base_navigation_msgs::CheckPlanResponse &resp) |
|
bool | getPlan (cb_base_navigation_msgs::GetPlanRequest &req, cb_base_navigation_msgs::GetPlanResponse &resp) |
|
void | poseCallback (const geometry_msgs::PoseStampedConstPtr &pose) |
|
Definition at line 39 of file global_planner_interface.h.
◆ GlobalPlannerInterface()
cb_global_planner::GlobalPlannerInterface::GlobalPlannerInterface |
( |
costmap_2d::Costmap2DROS * |
costmap, |
|
|
tf2_ros::Buffer * |
tf |
|
) |
| |
◆ ~GlobalPlannerInterface()
cb_global_planner::GlobalPlannerInterface::~GlobalPlannerInterface |
( |
| ) |
|
◆ checkPlan()
bool cb_global_planner::GlobalPlannerInterface::checkPlan |
( |
cb_base_navigation_msgs::CheckPlanRequest & |
req, |
|
|
cb_base_navigation_msgs::CheckPlanResponse & |
resp |
|
) |
| |
|
private |
◆ getPlan()
bool cb_global_planner::GlobalPlannerInterface::getPlan |
( |
cb_base_navigation_msgs::GetPlanRequest & |
req, |
|
|
cb_base_navigation_msgs::GetPlanResponse & |
resp |
|
) |
| |
|
private |
◆ poseCallback()
void cb_global_planner::GlobalPlannerInterface::poseCallback |
( |
const geometry_msgs::PoseStampedConstPtr & |
pose | ) |
|
|
private |
◆ check_plan_srv_
ros::ServiceServer cb_global_planner::GlobalPlannerInterface::check_plan_srv_ |
|
private |
◆ costmap_
◆ get_plan_srv_
ros::ServiceServer cb_global_planner::GlobalPlannerInterface::get_plan_srv_ |
|
private |
◆ global_frame_
std::string cb_global_planner::GlobalPlannerInterface::global_frame_ |
|
private |
◆ global_planner_
boost::shared_ptr<GlobalPlannerPlugin> cb_global_planner::GlobalPlannerInterface::global_planner_ |
|
private |
◆ gp_loader_
pluginlib::ClassLoader<GlobalPlannerPlugin> cb_global_planner::GlobalPlannerInterface::gp_loader_ |
|
private |
◆ plan_pub_
ros::Publisher cb_global_planner::GlobalPlannerInterface::plan_pub_ |
|
private |
◆ pose_sub_
ros::Subscriber cb_global_planner::GlobalPlannerInterface::pose_sub_ |
|
private |
◆ robot_base_frame_
std::string cb_global_planner::GlobalPlannerInterface::robot_base_frame_ |
|
private |
◆ tf_
tf2_ros::Buffer* cb_global_planner::GlobalPlannerInterface::tf_ |
|
private |
◆ vis_
The documentation for this class was generated from the following files: