Skip to content

Inverse Kinematics Full Solution Parameter Structure rm_inverse_kinematics_all_solve_t

Parameter description

ParameterTypeDescription
resultintInverse kinematics solution result: 0 for success, 1 for failure, -1 for empty or out-of-limit joint angles from the previous moment, -2 for invalid target pose quaternion.
numintThe target pose, which can be position + quaternion or position + Euler angles depending on the value of flag, defaults to None.
q_refList[float]Reference joint angles, typically the current joint angles, unit: °.
q_solveList[List[float]]Full joint angle solutions, an 8x8 array, unit: °.