Robotics Library
0.6.0
|
#include <RrtCon.h>
Public Member Functions | |
RrtCon () | |
virtual | ~RrtCon () |
virtual ::std::string | getName () const |
bool | solve () |
![]() | |
RrtGoalBias () | |
virtual | ~RrtGoalBias () |
virtual ::std::string | getName () const |
virtual void | seed (const ::boost::mt19937::result_type &value) |
![]() | |
Rrt (const ::std::size_t &trees=1) | |
virtual | ~Rrt () |
virtual ::std::size_t | getNumEdges () const |
virtual ::std::size_t | getNumVertices () const |
virtual void | getPath (VectorList &path) |
virtual void | reset () |
![]() | |
Planner () | |
virtual | ~Planner () |
bool | verify () |
Additional Inherited Members | |
![]() | |
::rl::math::Real | probability |
![]() | |
typedef ::boost::adjacency_list < ::boost::listS,::boost::listS,::boost::bidirectionalS, VertexBundle,::boost::no_property, TreeBundle > | Tree |
typedef ::boost::adjacency_list_traits < ::boost::listS,::boost::listS,::boost::bidirectionalS,::boost::listS > ::vertex_descriptor | Vertex |
typedef ::std::pair< const ::rl::math::Vector *, Vertex > | QueryItem |
typedef ::CGAL::Search_traits < ::rl::math::Real, QueryItem, const ::rl::math::Real *, CartesianIterator > | SearchTraits |
typedef Orthogonal_k_neighbor_search < SearchTraits, Distance > | NeighborSearch |
typedef NeighborSearch::Tree | NeighborSearchTree |
typedef ::boost::shared_ptr < NeighborSearchTree > | NeighborSearchTreePtr |
typedef ::std::vector < NeighborSearchTreePtr > | NearestNeighbors |
typedef ::boost::graph_traits < Tree >::edge_descriptor | Edge |
typedef ::boost::graph_traits < Tree >::edge_iterator | EdgeIterator |
typedef ::std::pair < EdgeIterator, EdgeIterator > | EdgeIteratorPair |
typedef ::boost::graph_traits < Tree >::vertex_iterator | VertexIterator |
typedef ::std::pair < VertexIterator, VertexIterator > | VertexIteratorPair |
typedef ::std::pair< Vertex,::rl::math::Real > | Neighbor |
![]() | |
virtual void | choose (::rl::math::Vector &chosen) |
![]() | |
::boost::variate_generator < ::boost::mt19937,::boost::uniform_real < ::rl::math::Real > > | rand |
rl::plan::RrtCon::RrtCon | ( | ) |
|
virtual |
|
virtual |
Reimplemented from rl::plan::Rrt.
|
virtual |
Find collision free path.
Reimplemented from rl::plan::Rrt.