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