All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
ompl::base::SO2StateSampler Class Reference

State space sampler for SO(2) More...

#include <SO2StateSpace.h>

Inheritance diagram for ompl::base::SO2StateSampler:

Public Member Functions

 SO2StateSampler (const StateSpace *space)
 Constructor.
 
virtual void sampleUniform (State *state)
 Sample a state.
 
virtual void sampleUniformNear (State *state, const State *near, const double distance)
 Sample a state near another, within specified distance.
 
virtual void sampleGaussian (State *state, const State *mean, const double stdDev)
 Sample a state using a Gaussian distribution with given mean and standard deviation (stdDev)
 
- Public Member Functions inherited from ompl::base::StateSampler
 StateSampler (const StateSpace *space)
 Constructor.
 

Additional Inherited Members

- Protected Attributes inherited from ompl::base::StateSampler
const StateSpacespace_
 The state space this sampler samples.
 
RNG rng_
 An instance of a random number generator.
 

Detailed Description

State space sampler for SO(2)

Definition at line 48 of file SO2StateSpace.h.


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