GCOP
1.0
|
#include <pose.h>
Public Member Functions | |
Pose () | |
void | clear () |
bool | initXml (TiXmlElement *xml) |
Pose | GetInverse () const |
Pose | operator* (const Pose &p2) const |
Public Attributes | |
Vector3 | position |
Rotation | rotation |
Friends | |
std::ostream & | operator<< (std::ostream &out, const Pose &vec) |
gcop_urdf::Pose::Pose | ( | ) | [inline] |
void gcop_urdf::Pose::clear | ( | ) | [inline] |
Pose gcop_urdf::Pose::GetInverse | ( | ) | const [inline] |
References gcop_urdf::Rotation::GetInverse(), position, and rotation.
bool gcop_urdf::Pose::initXml | ( | TiXmlElement * | xml | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | out, |
const Pose & | vec | ||
) | [friend] |
Referenced by clear(), GetInverse(), initXml(), and operator*().
Referenced by clear(), GetInverse(), initXml(), and operator*().