Go to the documentation of this file. 1 #ifndef AIKIDO_PLANNER_DART_CONFIGURATIONTOTSRPLANNER_HPP_
2 #define AIKIDO_PLANNER_DART_CONFIGURATIONTOTSRPLANNER_HPP_
33 ::dart::dynamics::MetaSkeletonPtr metaSkeleton,
41 const SolvableProblem& problem, Result* result =
nullptr)
53 #endif // AIKIDO_PLANNER_DART_CONFIGURATIONTOTSRPLANNER_HPP_
std::shared_ptr< const MetaSkeletonStateSpace > ConstMetaSkeletonStateSpacePtr
Definition: MetaSkeletonStateSpace.hpp:17
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
Base planner class for ConfigurationToTSR planning problem.
Definition: ConfigurationToTSRPlanner.hpp:15
std::shared_ptr< Trajectory > TrajectoryPtr
Definition: Trajectory.hpp:13
virtual trajectory::TrajectoryPtr plan(const SolvableProblem &problem, Result *result=nullptr)=0
Solves problem returning the result to result.
std::shared_ptr< const ConfigurationRanker > ConstConfigurationRankerPtr
Definition: ConfigurationRanker.hpp:13
Base planner class for all DART single problem planners.
Definition: SingleProblemPlanner.hpp:14
ConfigurationToTSRPlanner(statespace::dart::ConstMetaSkeletonStateSpacePtr stateSpace, ::dart::dynamics::MetaSkeletonPtr metaSkeleton, distance::ConstConfigurationRankerPtr configurationRanker=nullptr)
Constructor.
Definition: FrameMarker.hpp:11
distance::ConstConfigurationRankerPtr mConfigurationRanker
Definition: ConfigurationToTSRPlanner.hpp:46
trajectory::TrajectoryPtr plan(const Problem &problem, Result *result=nullptr) final override
Solves problem returning the result to result.
Definition: SingleProblemPlanner-impl.hpp:30