![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Describes a robot pose More...
#include <Zivid/HandEye/Pose.h>
Public Member Functions | |
ZIVID_API_EXPORT | Pose (const Matrix4d &transform) |
Pose constructor taking a 4x4 transform. More... | |
ZIVID_API_EXPORT Matrix4d | toMatrix () const |
Converts robot pose to a 4x4 matrix. More... | |
ZIVID_API_EXPORT std::string | toString () const |
Get string representation of the Pose More... | |
Describes a robot pose
ZIVID_API_EXPORT Zivid::HandEye::Pose::Pose | ( | const Matrix4d & | transform | ) |
Pose constructor taking a 4x4 transform.
The constructor throws if the input transform does not describe pure rotation and translation.
transform | Provides orientation (rotation) and location (translation) for the pose. |
ZIVID_API_EXPORT Matrix4d Zivid::HandEye::Pose::toMatrix | ( | ) | const |
Converts robot pose to a 4x4 matrix.
ZIVID_API_EXPORT std::string Zivid::HandEye::Pose::toString | ( | ) | const |