Struct trifinger_object_tracking::ObjectPoseΒΆ

struct ObjectPose

Estimated pose of a tracked object.

Public Functions

template<class Archive>
inline void serialize(Archive &archive)

For serialization with cereal.

inline std::string to_string()
template<class Archive>
inline void serialize(Archive &archive)

For serialization with cereal.

inline std::string to_string()

Public Members

Eigen::Vector3d position

Position (x, y, z)

Eigen::Vector4d orientation

Orientation quaternion (x, y, z, w)

double confidence = 0.0

Confidence of the accuracy of the given pose. Ranges from 0 to 1.