MCPcopy Create free account
hub / github.com/JeanElsner/panda-py / MatrixToPosition

Function MatrixToPosition

include/utils.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50inline Eigen::Vector3d MatrixToPosition(const Eigen::Matrix4d &matrix) {
51 Eigen::Affine3d transform(matrix);
52 return transform.translation();
53}
54
55inline Eigen::Vector4d MatrixToOrientation(const Eigen::Matrix4d &matrix) {
56 Eigen::Affine3d transform(matrix);

Callers 2

moveToPoseMethod · 0.85
CartesianTrajectoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected