#include <goals.h>
|
| Foliation (const unsigned int ambientDim, const unsigned int coDim, const unsigned int leafDim, double tolerance=magic::CONSTRAINT_PROJECTION_TOLERANCE) |
|
virtual FoliationPtr | copy () const =0 |
|
virtual Eigen::VectorXd | getTransversal (const Eigen::Ref< const Eigen::VectorXd > &state) const =0 |
|
virtual ConstraintPtr | getLeaf (const Eigen::Ref< const Eigen::VectorXd > &tv) const =0 |
|
virtual FoliationPtr | getFrond (const Eigen::Ref< const Eigen::VectorXd > &a, const Eigen::Ref< const Eigen::VectorXd > &b) const =0 |
|
unsigned int | getLeafDimension () const |
|
unsigned int | getTransverseDimension () const |
|
void | setLeafDimension (unsigned int p) |
|
void | setTransverseDimension (unsigned int t) |
|
Definition at line 51 of file goals.h.
◆ Foliation()
Foliation::Foliation |
( |
const unsigned int |
ambientDim, |
|
|
const unsigned int |
coDim, |
|
|
const unsigned int |
leafDim, |
|
|
double |
tolerance = magic::CONSTRAINT_PROJECTION_TOLERANCE |
|
) |
| |
◆ copy()
virtual FoliationPtr ompl::base::Foliation::copy |
( |
| ) |
const |
|
pure virtual |
◆ getFrond()
virtual FoliationPtr ompl::base::Foliation::getFrond |
( |
const Eigen::Ref< const Eigen::VectorXd > & |
a, |
|
|
const Eigen::Ref< const Eigen::VectorXd > & |
b |
|
) |
| const |
|
pure virtual |
◆ getLeaf()
virtual ConstraintPtr ompl::base::Foliation::getLeaf |
( |
const Eigen::Ref< const Eigen::VectorXd > & |
tv | ) |
const |
|
pure virtual |
◆ getLeafDimension()
unsigned int Foliation::getLeafDimension |
( |
| ) |
const |
◆ getTransversal()
virtual Eigen::VectorXd ompl::base::Foliation::getTransversal |
( |
const Eigen::Ref< const Eigen::VectorXd > & |
state | ) |
const |
|
pure virtual |
◆ getTransverseDimension()
unsigned int Foliation::getTransverseDimension |
( |
| ) |
const |
◆ setLeafDimension()
void Foliation::setLeafDimension |
( |
unsigned int |
p | ) |
|
◆ setTransverseDimension()
void Foliation::setTransverseDimension |
( |
unsigned int |
t | ) |
|
◆ p_
unsigned int ompl::base::Foliation::p_ |
|
protected |
Leaf dimension.
Definition at line 72 of file goals.h.
◆ t_
unsigned int ompl::base::Foliation::t_ |
|
protected |
Transverse dimension.
Definition at line 73 of file goals.h.
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