#include <goals.h>
|
| GoalConstraint (const std::shared_ptr< GoalRegion > &goal) |
|
void | function (const ompl::base::State *state, Eigen::Ref< Eigen::VectorXd > out) const override |
|
void | function (const Eigen::Ref< const Eigen::VectorXd > &x, Eigen::Ref< Eigen::VectorXd > out) const override |
|
double | distance (const ompl::base::State *state) const override |
|
bool | isSatisfied (const ompl::base::State *state) const override |
|
Definition at line 32 of file goals.h.
◆ GoalConstraint()
GoalConstraint::GoalConstraint |
( |
const std::shared_ptr< GoalRegion > & |
goal | ) |
|
◆ distance()
double GoalConstraint::distance |
( |
const ompl::base::State * |
state | ) |
const |
|
override |
◆ function() [1/2]
void GoalConstraint::function |
( |
const ompl::base::State * |
state, |
|
|
Eigen::Ref< Eigen::VectorXd > |
out |
|
) |
| const |
|
override |
◆ function() [2/2]
void GoalConstraint::function |
( |
const Eigen::Ref< const Eigen::VectorXd > & |
x, |
|
|
Eigen::Ref< Eigen::VectorXd > |
out |
|
) |
| const |
|
override |
◆ isSatisfied()
bool GoalConstraint::isSatisfied |
( |
const ompl::base::State * |
state | ) |
const |
|
override |
◆ goal_
◆ state_
State* ompl::base::GoalConstraint::state_ |
|
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