HelperFunctions.h
std::ostream & operator<<(std::ostream &out, const ScopedState< T > &state)
Overload stream output operator. Calls ompl::base::StateSpace::printState()
Definition: ScopedState.h:556
StateSpacePtr operator+(const StateSpacePtr &a, const StateSpacePtr &b)
Construct a compound state space from two existing state spaces. The components of this compound spac...
Definition: StateSpace.cpp:1365