Go to the documentation of this file.
21 #ifndef _COLLISIONSTATE_HH_
22 #define _COLLISIONSTATE_HH_
74 public:
bool IsZero()
const;
99 public:
inline friend std::ostream &
operator<<(std::ostream &_out,
102 _out <<
"<collision name='" << _state.
name <<
"'>"
103 <<
"<pose>" << _state.pose <<
"</pose>";
104 _out <<
"</collision>";