An interface for a OMPL state validity checker.
More...
#include <state_validity_checker.h>
An interface for a OMPL state validity checker.
Definition at line 50 of file state_validity_checker.h.
double ompl_interface::StateValidityChecker::clearance |
( |
const ompl::base::State * |
state | ) |
const |
|
virtual |
double ompl_interface::StateValidityChecker::cost |
( |
const ompl::base::State * |
state | ) |
const |
|
virtual |
virtual bool ompl_interface::StateValidityChecker::isValid |
( |
const ompl::base::State * |
state | ) |
const |
|
inlinevirtual |
virtual bool ompl_interface::StateValidityChecker::isValid |
( |
const ompl::base::State * |
state, |
|
|
double & |
dist |
|
) |
| const |
|
inlinevirtual |
bool ompl_interface::StateValidityChecker::isValid |
( |
const ompl::base::State * |
state, |
|
|
bool |
verbose |
|
) |
| const |
bool ompl_interface::StateValidityChecker::isValid |
( |
const ompl::base::State * |
state, |
|
|
double & |
dist, |
|
|
bool |
verbose |
|
) |
| const |
bool ompl_interface::StateValidityChecker::isValidWithCache |
( |
const ompl::base::State * |
state, |
|
|
bool |
verbose |
|
) |
| const |
|
protected |
bool ompl_interface::StateValidityChecker::isValidWithCache |
( |
const ompl::base::State * |
state, |
|
|
double & |
dist, |
|
|
bool |
verbose |
|
) |
| const |
|
protected |
bool ompl_interface::StateValidityChecker::isValidWithoutCache |
( |
const ompl::base::State * |
state, |
|
|
bool |
verbose |
|
) |
| const |
|
protected |
bool ompl_interface::StateValidityChecker::isValidWithoutCache |
( |
const ompl::base::State * |
state, |
|
|
double & |
dist, |
|
|
bool |
verbose |
|
) |
| const |
|
protected |
void ompl_interface::StateValidityChecker::setVerbose |
( |
bool |
flag | ) |
|
std::string ompl_interface::StateValidityChecker::group_name_ |
|
protected |
bool ompl_interface::StateValidityChecker::verbose_ |
|
protected |
The documentation for this class was generated from the following files: