Robotics Library  0.7.0
Classes | Typedefs
rl::plan Namespace Reference

Collision-free path planning. More...

Classes

class  AddRrtConCon
 Adaptive Dynamic-Domain RRT. More...
 
class  AdvancedOptimizer
 
class  BridgeSampler
 Bridge test sampling strategy. More...
 
class  DistanceModel
 
class  Eet
 Exploring/Exploiting Trees. More...
 
class  Exception
 
class  GaussianSampler
 Gaussian sampling strategy. More...
 
class  GnatNearestNeighbors
 
class  KdtreeBoundingBoxNearestNeighbors
 
class  KdtreeNearestNeighbors
 
class  LinearNearestNeighbors
 
class  Metric
 
class  Model
 
class  NearestNeighbors
 
class  Optimizer
 
class  Planner
 
class  Prm
 Probabilistic Roadmaps. More...
 
class  PrmUtilityGuided
 Probabilistic Roadmaps with Utility-Guided Sampling. More...
 
class  RecursiveVerifier
 Recursive binary strategy using the van der Corput sequence. More...
 
class  Rrt
 Rapidly-Exploring Random Trees. More...
 
class  RrtCon
 RRT-Connect1. More...
 
class  RrtConCon
 RRT-Connect2. More...
 
class  RrtDual
 
class  RrtExtCon
 
class  RrtExtExt
 
class  RrtGoalBias
 
class  Sampler
 
class  SequentialVerifier
 
class  SimpleModel
 
class  SimpleOptimizer
 
class  UniformSampler
 Uniform random sampling strategy. More...
 
class  Verifier
 
class  Viewer
 
class  WorkspaceMetric
 
struct  WorkspaceSphere
 
class  WorkspaceSphereExplorer
 Wavefront expansion. More...
 

Typedefs

typedef ::std::shared_ptr< ::rl::math::MatrixMatrixPtr
 
typedef ::std::list< ::rl::math::RealRealList
 
typedef ::std::shared_ptr< ::rl::math::TransformTransformPtr
 
typedef ::std::list< ::rl::math::Vector3Vector3List
 
typedef ::std::shared_ptr< ::rl::math::Vector3Vector3Ptr
 
typedef ::std::list< ::rl::math::VectorVectorList
 
typedef ::std::shared_ptr< ::rl::math::VectorVectorPtr
 
typedef ::std::list< WorkspaceSphereWorkspaceSphereList
 
typedef ::std::vector< WorkspaceSphereWorkspaceSphereVector
 

Detailed Description

Collision-free path planning.

Typedef Documentation

◆ MatrixPtr

typedef ::std::shared_ptr< ::rl::math::Matrix> rl::plan::MatrixPtr

◆ RealList

typedef ::std::list< ::rl::math::Real> rl::plan::RealList

◆ TransformPtr

typedef ::std::shared_ptr< ::rl::math::Transform> rl::plan::TransformPtr

◆ Vector3List

typedef ::std::list< ::rl::math::Vector3> rl::plan::Vector3List

◆ Vector3Ptr

typedef ::std::shared_ptr< ::rl::math::Vector3> rl::plan::Vector3Ptr

◆ VectorList

typedef ::std::list< ::rl::math::Vector> rl::plan::VectorList

◆ VectorPtr

typedef ::std::shared_ptr< ::rl::math::Vector> rl::plan::VectorPtr

◆ WorkspaceSphereList

◆ WorkspaceSphereVector