37 #ifndef OMPL_BASE_DETERMINISTIC_SEQUENCE
38 #define OMPL_BASE_DETERMINISTIC_SEQUENCE
47 class DeterministicSequence
57 virtual std::vector<double>
sample() = 0;
59 const unsigned int dimensions_;
DeterministicSequence(unsigned int dimensions)
Constructor.
virtual std::vector< double > sample()=0
Returns the next sample in the interval [0,1].
Main namespace. Contains everything in this library.