#include <planning_context_manager.h>
Definition at line 83 of file planning_context_manager.h.
◆ MultiQueryPlannerAllocator()
ompl_interface::MultiQueryPlannerAllocator::MultiQueryPlannerAllocator |
( |
| ) |
|
|
default |
◆ ~MultiQueryPlannerAllocator()
ompl_interface::MultiQueryPlannerAllocator::~MultiQueryPlannerAllocator |
( |
| ) |
|
◆ allocatePersistentPlanner() [1/2]
template<typename T >
ompl::base::Planner* ompl_interface::MultiQueryPlannerAllocator::allocatePersistentPlanner |
( |
const ob::PlannerData & |
| ) |
|
|
inline |
◆ allocatePersistentPlanner() [2/2]
template<typename T >
ob::Planner* ompl_interface::MultiQueryPlannerAllocator::allocatePersistentPlanner |
( |
const ob::PlannerData & |
data | ) |
|
|
inlineprivate |
◆ allocatePlanner() [1/2]
template<typename T >
ompl::base::PlannerPtr ompl_interface::MultiQueryPlannerAllocator::allocatePlanner |
( |
const ob::SpaceInformationPtr & |
si, |
|
|
const std::string & |
new_name, |
|
|
const ModelBasedPlanningContextSpecification & |
spec |
|
) |
| |
◆ allocatePlanner() [2/2]
template<typename T >
ob::PlannerPtr ompl_interface::MultiQueryPlannerAllocator::allocatePlanner |
( |
const ob::SpaceInformationPtr & |
si, |
|
|
const std::string & |
new_name, |
|
|
const ModelBasedPlanningContextSpecification & |
spec |
|
) |
| |
◆ allocatePlannerImpl() [1/2]
template<typename T >
ompl::base::PlannerPtr ompl_interface::MultiQueryPlannerAllocator::allocatePlannerImpl |
( |
const ob::SpaceInformationPtr & |
si, |
|
|
const std::string & |
new_name, |
|
|
const ModelBasedPlanningContextSpecification & |
spec, |
|
|
bool |
load_planner_data, |
|
|
bool |
store_planner_data, |
|
|
const std::string & |
file_path |
|
) |
| |
◆ allocatePlannerImpl() [2/2]
template<typename T >
ob::PlannerPtr ompl_interface::MultiQueryPlannerAllocator::allocatePlannerImpl |
( |
const ob::SpaceInformationPtr & |
si, |
|
|
const std::string & |
new_name, |
|
|
const ModelBasedPlanningContextSpecification & |
spec, |
|
|
bool |
load_planner_data = false , |
|
|
bool |
store_planner_data = false , |
|
|
const std::string & |
file_path = "" |
|
) |
| |
|
private |
◆ planner_data_storage_paths_
std::map<std::string, std::string> ompl_interface::MultiQueryPlannerAllocator::planner_data_storage_paths_ |
|
private |
◆ planners_
std::map<std::string, ob::PlannerPtr> ompl_interface::MultiQueryPlannerAllocator::planners_ |
|
private |
◆ storage_
ob::PlannerDataStorage ompl_interface::MultiQueryPlannerAllocator::storage_ |
|
private |
The documentation for this class was generated from the following files: