se2ez
se2ez::plan::EZPlansConstraint Class Reference

#include <helper.h>

Inheritance diagram for se2ez::plan::EZPlansConstraint:
[legend]

Public Member Functions

 EZPlansConstraint (const RobotPtr &robot, const ompl::base::ConstraintPtr &constraint, ConstraintType method)
 
virtual ~EZPlansConstraint ()
 
void initialize () override
 
void updateValidityChecker () override
 
bool postSetState (const ompl::base::State *state) override
 
StatePtr getState (ompl::base::State *state) const override
 
const StatePtr getStateConst (const ompl::base::State *state) const override
 
- Public Member Functions inherited from se2ez::plan::EZPlans
 EZPlans (const RobotPtr &robot)
 
virtual ~EZPlans ()
 
template<typename T , typename... Args>
std::shared_ptr< T > makePlanner (Args &&... args)
 
template<typename T , typename... Args>
std::shared_ptr< T > setPlanner (Args &&... args)
 
void createPlanners ()
 
bool setStart (const std::string &name)
 
bool setGoal (const std::string &name)
 
bool setStartGoal (const std::string &start, const std::string &goal)
 
bool setStart (const Eigen::VectorXd &vec)
 
bool setGoal (const Eigen::VectorXd &vec)
 
bool setStartGoal (const Eigen::VectorXd &start, const Eigen::VectorXd &goal)
 
bool setStart (const StatePtr &state)
 
bool setGoal (const StatePtr &state)
 
bool setStartGoal (const StatePtr &start, const StatePtr &goal)
 
std::vector< std::stringgetPlanners ()
 
void setPlanner (const std::string &name)
 
void postprocess (bool simplify, bool interpolate)
 
std::vector< StatePtrextractPath () const
 

Public Attributes

ompl::base::ConstraintPtr constraint
 
const ConstraintType method
 
- Public Attributes inherited from se2ez::plan::EZPlans
StateSpacePtr rspace
 
ompl::base::StateSpacePtr space
 
ompl::base::SpaceInformationPtr info
 
ompl::geometric::SimpleSetupPtr setup
 

Protected Member Functions

void anchor (const ompl::base::State *state)
 
bool checkConstraint (const ompl::base::State *state) const
 

Additional Inherited Members

- Protected Attributes inherited from se2ez::plan::EZPlans
const RobotPtr robot_
 
std::map< std::string, ompl::base::PlannerPtr > planners_
 

Detailed Description

Definition at line 111 of file helper.h.

Constructor & Destructor Documentation

◆ EZPlansConstraint()

plan::EZPlansConstraint::EZPlansConstraint ( const RobotPtr robot,
const ompl::base::ConstraintPtr &  constraint,
ConstraintType  method 
)

EZPlansConstraint

Definition at line 230 of file helper.cpp.

◆ ~EZPlansConstraint()

plan::EZPlansConstraint::~EZPlansConstraint ( )
virtual

Definition at line 236 of file helper.cpp.

Member Function Documentation

◆ anchor()

void plan::EZPlansConstraint::anchor ( const ompl::base::State *  state)
protected

Definition at line 300 of file helper.cpp.

◆ checkConstraint()

bool plan::EZPlansConstraint::checkConstraint ( const ompl::base::State *  state) const
protected

Definition at line 306 of file helper.cpp.

◆ getState()

StatePtr plan::EZPlansConstraint::getState ( ompl::base::State *  state) const
overridevirtual

Reimplemented from se2ez::plan::EZPlans.

Definition at line 284 of file helper.cpp.

◆ getStateConst()

const StatePtr plan::EZPlansConstraint::getStateConst ( const ompl::base::State *  state) const
overridevirtual

Reimplemented from se2ez::plan::EZPlans.

Definition at line 292 of file helper.cpp.

◆ initialize()

void plan::EZPlansConstraint::initialize ( )
overridevirtual

Reimplemented from se2ez::plan::EZPlans.

Definition at line 240 of file helper.cpp.

◆ postSetState()

bool plan::EZPlansConstraint::postSetState ( const ompl::base::State *  state)
overridevirtual

Reimplemented from se2ez::plan::EZPlans.

Definition at line 275 of file helper.cpp.

◆ updateValidityChecker()

void plan::EZPlansConstraint::updateValidityChecker ( )
overridevirtual

Reimplemented from se2ez::plan::EZPlans.

Definition at line 268 of file helper.cpp.

Member Data Documentation

◆ constraint

ompl::base::ConstraintPtr se2ez::plan::EZPlansConstraint::constraint

Definition at line 123 of file helper.h.

◆ method

const ConstraintType se2ez::plan::EZPlansConstraint::method

Definition at line 124 of file helper.h.


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