Projection.h
131 CompoundProjection(const base::StateSpacePtr &bundleSpace, const base::StateSpacePtr &baseSpace,
162 }
bool isFibered() const override
Check that every compound has an explicit fiber representation.
Definition: Projection.cpp:287
friend std::ostream & operator<<(std::ostream &out, const Projection &)
Print to stream (actual implementation in print(std::ostream &out))
Definition: Projection.cpp:196
Definition: Projection.h:97
unsigned int getCoDimension() const
Dimension of Bundle - Dimension of Base.
Definition: Projection.cpp:264
std::string stateTypeToString(base::StateSpacePtr) const
Return string representing type of ompl::base::StateSpace.
Definition: Projection.cpp:103