concepts.math.frame_utils_xyzw#
Utilities for frame transformations in the XYZW convention. It focuses on transformation matrices and quaternions used in robotics.
Functions
|
Compute the quaternion from two directions (the "down" direction for the end effector and the "forward" direction for the end effector). |
Compute the rotation matrix from two directions (the "down" direction for the end effector and the "forward" direction for the end effector). |
|
Compute the transformation matrix from a plane equation. |
|
|
Compose two transformations. |
|
Inverse a frame with a transformation. |
|
Multiply a frame with a transformation. |
|
Get the transformation from frame A to frame B. |
|
Inverse a transformation. |
|
Convert a 4x4 transformation matrix to position and quaternion. |
|
Convert position and quaternion to a 4x4 transformation matrix. |
|
Solve for the end-effector position and orientation given the tool position and orientation. |
|