Loading...
Searching...
No Matches
EmptyStateSpace.h
A state space representing an empty state space. This is useful for multilevel representations,...
Definition EmptyStateSpace.h:51
void setup() override
Perform final setup steps. This function is automatically called by the SpaceInformation....
Definition EmptyStateSpace.h:65
double getMaximumExtent() const override
Get the maximum value a call to distance() can return (or an upper bound). For unbounded state spaces...
Definition EmptyStateSpace.h:75
unsigned int getDimension() const override
Get the dimension of the space (not the dimension of the surrounding ambient space)
Definition EmptyStateSpace.h:70
double getMeasure() const override
Get a measure of the space (this can be thought of as a generalization of volume)
Definition EmptyStateSpace.h:60
A state space representing Rn. The distance function is the L2 norm.
Definition RealVectorStateSpace.h:74
Main namespace. Contains everything in this library.
Definition MultiLevelPlanarManipulatorDemo.cpp:66