21 #ifndef _MODELSTATE_HH_
22 #define _MODELSTATE_HH_
81 public:
bool IsZero()
const;
161 _out <<
"<model name='" << _state.
GetName() <<
"'>\n";
162 _out <<
"<pose>" << _state.pose <<
"</pose>\n";
172 for (std::vector<JointState>::const_iterator iter =
173 _state.jointStates.begin(); iter != _state.jointStates.end();
179 _out <<
"</model>\n";
188 private: std::vector<LinkState> linkStates;
191 private: std::vector<JointState> jointStates;