UM-ARM-Lab / pytorch_kinematics

Robot kinematics implemented in pytorch
MIT License
447 stars 42 forks source link

Fix Jacobian calculation for revolute joints #13

Closed niwhsa9 closed 2 years ago

niwhsa9 commented 2 years 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.