Robotics Library  0.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
rl::plan::RrtExtCon Class Reference

#include <RrtExtCon.h>

Inheritance diagram for rl::plan::RrtExtCon:
Inheritance graph
[legend]
Collaboration diagram for rl::plan::RrtExtCon:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RrtExtCon ()
virtual ~RrtExtCon ()
virtual ::std::string getName () const
bool solve ()
- Public Member Functions inherited from rl::plan::RrtDual
 RrtDual ()
virtual ~RrtDual ()
virtual void getPath (VectorList &path)
- Public Member Functions inherited from rl::plan::Rrt
 Rrt (const ::std::size_t &trees=1)
virtual ~Rrt ()
virtual ::std::size_t getNumEdges () const
virtual ::std::size_t getNumVertices () const
virtual void reset ()
- Public Member Functions inherited from rl::plan::Planner
 Planner ()
virtual ~Planner ()
bool verify ()

Constructor & Destructor Documentation

rl::plan::RrtExtCon::RrtExtCon ( )
rl::plan::RrtExtCon::~RrtExtCon ( )
virtual

Member Function Documentation

std::string rl::plan::RrtExtCon::getName ( ) const
virtual

Reimplemented from rl::plan::RrtDual.

bool rl::plan::RrtExtCon::solve ( )
virtual

Find collision free path.

Reimplemented from rl::plan::RrtDual.


The documentation for this class was generated from the following files: