get_jacobian(q, tcp)

Returns the Jacobian matrix for the robot at the specified joint positions and TCP offset.

Parameters

q: (Optional) List of joint space position. If not specified, uses the robot's current joint positions.

tcp: (Optional) Pose of the TCP offset. If not specified, uses the active TCP offset.

Return Value

The Jacobian matrix.