21 #ifndef _JOINTSTATE_HH_
22 #define _JOINTSTATE_HH_
73 public:
const std::vector<math::Angle> &
GetAngles()
const;
77 public:
bool IsZero()
const;
105 _out <<
" <joint name='" << _state.
GetName() <<
"'>\n";
108 for (std::vector<math::Angle>::const_iterator iter =
109 _state.angles.begin(); iter != _state.angles.end(); ++iter)
111 _out <<
" <angle axis='" << i <<
"'>" << (*iter) <<
"</angle>\n";
114 _out <<
" </joint>\n";
119 private: std::vector<math::Angle> angles;