class sblRn

Used by the sblPlanner class to obtain random samples in configuration space.

Public Methods

[more] sblRn ()
[more] sblRn (long seed)
ovoid UniformSample (mpkConfig* q)
Samples a random configuration uniformly from .
obool LocalBoxSample (const mpkConfig& q0, double radius, mpkConfig* q)
Samples a random configuration uniformly in the intersection of the c-space with a box that has side lengths 2radius and is centered at q0.
obool LocalBallSample (const mpkConfig& q0, double radius, mpkConfig* q)
Samples a random configuration uniformly from the intersection of the c-space and a ball centered at q0.


Documentation

Used by the sblPlanner class to obtain random samples in configuration space.
o sblRn()

o sblRn(long seed)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.