#include <planning_request_adapter.h>
|
bool | adaptAndPlan (const planning_interface::PlannerManagerPtr &planner, const planning_scene::PlanningSceneConstPtr &planning_scene, const planning_interface::MotionPlanRequest &req, planning_interface::MotionPlanResponse &res) const |
|
bool | adaptAndPlan (const planning_interface::PlannerManagerPtr &planner, const planning_scene::PlanningSceneConstPtr &planning_scene, const planning_interface::MotionPlanRequest &req, planning_interface::MotionPlanResponse &res, std::vector< std::size_t > &added_path_index) const |
|
virtual bool | adaptAndPlan (const PlannerFn &planner, const planning_scene::PlanningSceneConstPtr &planning_scene, const planning_interface::MotionPlanRequest &req, planning_interface::MotionPlanResponse &res, std::vector< std::size_t > &added_path_index) const =0 |
| Adapt the planning request if needed, call the planner function planner and update the planning response if needed. If the response is changed, the index values of the states added without planning are added to added_path_index. More...
|
|
virtual std::string | getDescription () const |
| Get a short string that identifies the planning request adapter. More...
|
|
| PlanningRequestAdapter () |
|
virtual | ~PlanningRequestAdapter () |
|
Definition at line 50 of file planning_request_adapter.h.
planning_request_adapter::PlanningRequestAdapter::PlanningRequestAdapter |
( |
| ) |
|
|
inline |
virtual planning_request_adapter::PlanningRequestAdapter::~PlanningRequestAdapter |
( |
| ) |
|
|
inlinevirtual |
Adapt the planning request if needed, call the planner function planner and update the planning response if needed. If the response is changed, the index values of the states added without planning are added to added_path_index.
virtual std::string planning_request_adapter::PlanningRequestAdapter::getDescription |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files: