Solving Inverse Kinematics on SE(3) (rotation part specifically) #269
-
Hi, I have a quick conceptual question on how curobo implements a differentiable representation of the end effector kinematics in order to solve inverse kinematics problems on SE(3) using optimization. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is calculated explicitly here: We also refer to the calculation in Table 7 in our report (page 50): https://curobo.org/reports/curobo_report.pdf |
Beta Was this translation helpful? Give feedback.
It is calculated explicitly here:
curobo/src/curobo/curobolib/cpp/kinematics_fused_kernel.cu
Line 1037 in 911da8c
We also refer to the calculation in Table 7 in our report (page 50): https://curobo.org/reports/curobo_report.pdf