1#include "state_representation/space/SpatialState.hpp"
9 State(type), reference_frame_(
"world") {}
12 const std::string& name,
13 const std::string& reference_frame,
15 State(type, name, empty), reference_frame_(reference_frame) {}
18 if (state.is_empty()) {
21 os <<
" State: " << state.get_name() <<
" expressed in " << state.get_reference_frame() <<
" frame";
SpatialState()
Empty constructor.
Abstract class to represent a state.
Core state variables and objects.
std::ostream & operator<<(std::ostream &os, const Ellipsoid &ellipsoid)
StateType
The class types inheriting from State.