Go to the documentation of this file. 1 #ifndef AIKIDO_PLANNER_DART_CONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONS_HPP_
2 #define AIKIDO_PLANNER_DART_CONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONS_HPP_
16 planner::ConfigurationToConfigurationPlanner,
17 planner::dart::ConfigurationToConfigurationsPlanner>
29 std::shared_ptr<aikido::planner::ConfigurationToConfigurationPlanner>
31 ::dart::dynamics::MetaSkeletonPtr metaSkeleton,
44 #endif // AIKIDO_PLANNER_DART_CONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONTOCONFIGURATIONS_HPP_
Planning problem to plan to multiple goal configurations.
Definition: ConfigurationToConfigurations.hpp:15
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
ConfigurationToConfiguration_to_ConfigurationToConfigurations(std::shared_ptr< aikido::planner::ConfigurationToConfigurationPlanner > planner, ::dart::dynamics::MetaSkeletonPtr metaSkeleton, distance::ConstConfigurationRankerPtr configurationRanker=nullptr)
Constructor.
Converts a non-DART ConfigurationToConfiguration planner into a DART ConfigurationToConfigurations pl...
Definition: ConfigurationToConfiguration_to_ConfigurationToConfigurations.hpp:14
virtual trajectory::TrajectoryPtr plan(const ConfigurationToConfigurations &problem, Planner::Result *result) override
std::shared_ptr< Trajectory > TrajectoryPtr
Definition: Trajectory.hpp:13
Adapts a DelegatePlanner to solve the single problem that TargetPlanner can solve.
Definition: PlannerAdapter.hpp:17
std::shared_ptr< const ConfigurationRanker > ConstConfigurationRankerPtr
Definition: ConfigurationRanker.hpp:13
Definition: FrameMarker.hpp:11
Base class for planning result of various planning problems.
Definition: Planner.hpp:58