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