Public Member Functions | Protected Attributes | List of all members
ompl_interface::ConstraintApproximationStateSampler Class Reference
Inheritance diagram for ompl_interface::ConstraintApproximationStateSampler:
Inheritance graph
[legend]

Public Member Functions

 ConstraintApproximationStateSampler (const ob::StateSpace *space, const ConstraintApproximationStateStorage *state_storage, std::size_t milestones)
 
void sampleGaussian (ob::State *state, const ob::State *mean, const double stdDev) override
 
void sampleUniform (ob::State *state) override
 
void sampleUniformNear (ob::State *state, const ob::State *near, const double distance) override
 

Protected Attributes

std::set< std::size_t > dirty_
 
double inv_dim_
 
unsigned int max_index_
 
const ConstraintApproximationStateStoragestate_storage_
 The states to sample from. More...
 

Detailed Description

Definition at line 116 of file constraints_library.cpp.

Constructor & Destructor Documentation

◆ ConstraintApproximationStateSampler()

ompl_interface::ConstraintApproximationStateSampler::ConstraintApproximationStateSampler ( const ob::StateSpace *  space,
const ConstraintApproximationStateStorage state_storage,
std::size_t  milestones 
)
inline

Definition at line 119 of file constraints_library.cpp.

Member Function Documentation

◆ sampleGaussian()

void ompl_interface::ConstraintApproximationStateSampler::sampleGaussian ( ob::State *  state,
const ob::State *  mean,
const double  stdDev 
)
inlineoverride

Definition at line 168 of file constraints_library.cpp.

◆ sampleUniform()

void ompl_interface::ConstraintApproximationStateSampler::sampleUniform ( ob::State *  state)
inlineoverride

Definition at line 127 of file constraints_library.cpp.

◆ sampleUniformNear()

void ompl_interface::ConstraintApproximationStateSampler::sampleUniformNear ( ob::State *  state,
const ob::State *  near,
const double  distance 
)
inlineoverride

Definition at line 132 of file constraints_library.cpp.

Member Data Documentation

◆ dirty_

std::set<std::size_t> ompl_interface::ConstraintApproximationStateSampler::dirty_
protected

Definition at line 176 of file constraints_library.cpp.

◆ inv_dim_

double ompl_interface::ConstraintApproximationStateSampler::inv_dim_
protected

Definition at line 178 of file constraints_library.cpp.

◆ max_index_

unsigned int ompl_interface::ConstraintApproximationStateSampler::max_index_
protected

Definition at line 177 of file constraints_library.cpp.

◆ state_storage_

const ConstraintApproximationStateStorage* ompl_interface::ConstraintApproximationStateSampler::state_storage_
protected

The states to sample from.

Definition at line 175 of file constraints_library.cpp.


The documentation for this class was generated from the following file:


ompl
Author(s): Ioan Sucan
autogenerated on Sat Apr 27 2024 02:26:21