MorseEnvironment.cpp
39 void ompl::base::MorseEnvironment::getControlBounds(std::vector<double> &lower, std::vector<double> &upper) const
void getControlBounds(std::vector< double > &lower, std::vector< double > &upper) const
Get the control bounds – the bounding box in which to sample controls.
Definition: MorseEnvironment.cpp:39
const unsigned int controlDim_
The dimension of the control space for this simulation.
Definition: MorseEnvironment.h:134
const std::vector< double > controlBounds_
Upper and lower bounds for each control dimension.
Definition: MorseEnvironment.h:137