#include <goals.h>
|
bool | sample (const GoalLazySamples *gls, State *state) |
|
void | update (const State *state) |
|
Eigen::Ref< Eigen::VectorXd > | getVector (State *state) const |
|
const Eigen::Ref< const Eigen::VectorXd > | getVectorConst (const State *state) const |
|
Definition at line 104 of file goals.h.
◆ Transition
◆ ConstraintGoal()
ConstraintGoal::ConstraintGoal |
( |
const ConstraintPtr & |
constraint, |
|
|
SpaceInformationPtr |
si, |
|
|
double |
threshold = 1e-5 |
|
) |
| |
◆ ~ConstraintGoal()
ConstraintGoal::~ConstraintGoal |
( |
| ) |
|
|
override |
◆ allocateConstraint()
ConstraintPtr ConstraintGoal::allocateConstraint |
( |
const ConstraintPtr & |
constraint | ) |
const |
|
private |
◆ distanceGoal()
double ConstraintGoal::distanceGoal |
( |
const State * |
state | ) |
const |
|
override |
◆ getVector()
Eigen::Ref< Eigen::VectorXd > ConstraintGoal::getVector |
( |
State * |
state | ) |
const |
|
protected |
◆ getVectorConst()
const Eigen::Ref< const Eigen::VectorXd > ConstraintGoal::getVectorConst |
( |
const State * |
state | ) |
const |
|
protected |
◆ sample()
bool ConstraintGoal::sample |
( |
const GoalLazySamples * |
gls, |
|
|
State * |
state |
|
) |
| |
|
protected |
◆ update()
void ConstraintGoal::update |
( |
const State * |
state | ) |
|
|
protected |
◆ constraint_
const ConstraintPtr ompl::base::ConstraintGoal::constraint_ |
|
protected |
◆ isConstrained_
const bool ompl::base::ConstraintGoal::isConstrained_ |
|
protected |
◆ isFoliation_
const bool ompl::base::ConstraintGoal::isFoliation_ |
|
protected |
◆ maxSample_
const unsigned int ompl::base::ConstraintGoal::maxSample_ {100} |
|
private |
◆ sampler_
const StateSamplerPtr ompl::base::ConstraintGoal::sampler_ |
|
protected |
◆ transverse_
◆ tries_
const unsigned int ompl::base::ConstraintGoal::tries_ {5} |
|
private |
The documentation for this class was generated from the following files:
- /home/zak/code/se2ez_work/include/se2ez/plan/goals.h
- /home/zak/code/se2ez_work/src/plan/goals.cpp