We are implementing differentiable models of robot manipulators, which allows us to learn typically assumed to be known models of robots for control and motion planning.
Create an urdf that combines kuka iiwa7 and allegro hand
Add test for allegro hand
Fix various issues to allow the differentiable robot model to work with kinematic trees, arbitrary joint axes, and zero mass links
Notes:
The official allegro hand urdf contains matrices that PyBullet would not parse. Off-diagonal elements were set to zero in the included version to resolve this.
Changes
Notes: