#include <jaco_types.h>
Public Member Functions | |
geometry_msgs::Pose | constructPoseMsg () |
bool | isCloseToOther (const JacoPose &, float tolerance) const |
JacoPose () | |
JacoPose (const geometry_msgs::Pose &pose) | |
JacoPose (const CartesianInfo &pose) |
Definition at line 75 of file jaco_types.h.
jaco::JacoPose::JacoPose | ( | ) | [inline] |
Definition at line 78 of file jaco_types.h.
jaco::JacoPose::JacoPose | ( | const geometry_msgs::Pose & | pose | ) | [explicit] |
Definition at line 103 of file jaco_types.cpp.
jaco::JacoPose::JacoPose | ( | const CartesianInfo & | pose | ) | [explicit] |
Definition at line 123 of file jaco_types.cpp.
Definition at line 135 of file jaco_types.cpp.
bool jaco::JacoPose::isCloseToOther | ( | const JacoPose & | other, |
float | tolerance | ||
) | const |
Definition at line 151 of file jaco_types.cpp.