Aikido
dart.hpp
Go to the documentation of this file.
1 #ifndef AIKIDO_PLANNER_OMPL_DART_HPP_
2 #define AIKIDO_PLANNER_OMPL_DART_HPP_
3 
4 #include <ompl/base/SpaceInformation.h>
5 
8 
9 namespace aikido {
10 namespace planner {
11 namespace ompl {
12 
23 ::ompl::base::SpaceInformationPtr createSpaceInformation(
25  constraint::TestablePtr _validityConstraint,
26  double _maxDistanceBtwValidityChecks,
27  std::unique_ptr<common::RNG> _rng);
28 
29 } // namespace ompl
30 } // namespace planner
31 } // namespace aikido
32 
33 #endif
aikido::statespace::dart::MetaSkeletonStateSpacePtr
std::shared_ptr< MetaSkeletonStateSpace > MetaSkeletonStateSpacePtr
Definition: MetaSkeletonStateSpace.hpp:17
aikido
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
aikido::planner::ompl::createSpaceInformation
::ompl::base::SpaceInformationPtr createSpaceInformation(statespace::dart::MetaSkeletonStateSpacePtr _stateSpace, constraint::TestablePtr _validityConstraint, double _maxDistanceBtwValidityChecks, std::unique_ptr< common::RNG > _rng)
Create a SpaceInformation by constructing default bounds constraints and metrics for the given robot.
Testable.hpp
MetaSkeletonStateSpace.hpp
aikido::constraint::TestablePtr
std::shared_ptr< Testable > TestablePtr
Definition: Testable.hpp:13