#include <constrained_goal_sampler.h>
An interface to the OMPL goal lazy sampler
Definition at line 53 of file constrained_goal_sampler.h.
ompl_interface::ConstrainedGoalSampler::ConstrainedGoalSampler |
( |
const ModelBasedPlanningContext * |
pc, |
|
|
const kinematic_constraints::KinematicConstraintSetPtr & |
ks, |
|
|
const constraint_samplers::ConstraintSamplerPtr & |
cs = constraint_samplers::ConstraintSamplerPtr() |
|
) |
| |
bool ompl_interface::ConstrainedGoalSampler::checkStateValidity |
( |
ompl::base::State * |
new_goal, |
|
|
const robot_state::RobotState & |
state, |
|
|
bool |
verbose = false |
|
) |
| const |
|
private |
bool ompl_interface::ConstrainedGoalSampler::sampleUsingConstraintSampler |
( |
const ompl::base::GoalLazySamples * |
gls, |
|
|
ompl::base::State * |
new_goal |
|
) |
| |
|
private |
bool ompl_interface::ConstrainedGoalSampler::stateValidityCallback |
( |
ompl::base::State * |
new_goal, |
|
|
robot_state::RobotState const * |
state, |
|
|
const robot_model::JointModelGroup * |
, |
|
|
const double * |
, |
|
|
bool |
verbose = false |
|
) |
| const |
|
private |
constraint_samplers::ConstraintSamplerPtr ompl_interface::ConstrainedGoalSampler::constraint_sampler_ |
|
private |
ompl::base::StateSamplerPtr ompl_interface::ConstrainedGoalSampler::default_sampler_ |
|
private |
unsigned int ompl_interface::ConstrainedGoalSampler::invalid_sampled_constraints_ |
|
private |
kinematic_constraints::KinematicConstraintSetPtr ompl_interface::ConstrainedGoalSampler::kinematic_constraint_set_ |
|
private |
unsigned int ompl_interface::ConstrainedGoalSampler::verbose_display_ |
|
private |
bool ompl_interface::ConstrainedGoalSampler::warned_invalid_samples_ |
|
private |
robot_state::RobotState ompl_interface::ConstrainedGoalSampler::work_state_ |
|
private |
The documentation for this class was generated from the following files: