hpp-rbprm  4.15.1
Implementation of RB-PRM planner using hpp.
com-rrt.hh File Reference
#include <hpp/core/config-projector.hh>
#include <hpp/core/path.hh>
#include <hpp/core/problem.hh>
#include <hpp/rbprm/config.hh>
#include <hpp/rbprm/interpolation/com-rrt-shooter.hh>
#include <hpp/rbprm/interpolation/time-constraint-helper.hh>
#include <hpp/rbprm/interpolation/time-constraint-path.hh>
#include <hpp/rbprm/interpolation/time-constraint-steering.hh>
#include <hpp/rbprm/rbprm-device.hh>
#include <hpp/rbprm/rbprm-fullbody.hh>
#include <hpp/rbprm/rbprm-state.hh>
#include <map>
Include dependency graph for com-rrt.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  hpp::rbprm::interpolation::SetComRRTConstraints
 

Namespaces

 hpp
 
 hpp::rbprm
 
 hpp::rbprm::interpolation
 

Typedefs

typedef TimeConstraintHelper< TimeConstraintPath, ComRRTShooterFactory, SetComRRTConstraints > hpp::rbprm::interpolation::ComRRTHelper
 

Functions

core::PathPtr_t hpp::rbprm::interpolation::comRRT (RbPrmFullBodyPtr_t fullbody, core::ProblemSolverPtr_t problemSolver, const PathPtr_t comPath, const State &startState, const State &nextState, const std::size_t numOptimizations, const bool keepExtraDof=false)
 
core::PathPtr_t hpp::rbprm::interpolation::comRRT (RbPrmFullBodyPtr_t fullbody, core::ProblemPtr_t referenceProblem, const PathPtr_t comPath, const State &startState, const State &nextState, const std::size_t numOptimizations, const bool keepExtraDof=false)
 
core::PathPtr_t hpp::rbprm::interpolation::comRRTFromPath (RbPrmFullBodyPtr_t fullbody, core::ProblemSolverPtr_t problemSolver, const PathPtr_t comPath, const PathPtr_t guidePath, const CIT_StateFrame &startState, const CIT_StateFrame &endState, const std::size_t numOptimizations)
 
core::Configuration_t hpp::rbprm::interpolation::projectOnCom (RbPrmFullBodyPtr_t fullbody, core::ProblemPtr_t referenceProblem, const State &model, const fcl::Vec3f &targetCom, bool &success)