UM-ARM-Lab / pytorch_kinematics

Robot kinematics implemented in pytorch
MIT License
394 stars 34 forks source link

Fix Jacobian calculation for revolute joints #13

Closed niwhsa9 closed 1 year ago

niwhsa9 commented 1 year ago

The jacobian calculation assumed the joint rotation axis was always +z for revolute joints. This fixes that. I've also checked that all the test cases are still passing with this change.