Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.16 KB

TorchRobotics

This library implements differentiable robot tree from URDF or MCJF robot format, and the differentiable planning objects such as obstacle avoidance, self-collision avoidance and via point.

Installation

Simply do

pip install -e .

Examples

For benchmarking on computation time of all available robot kinematics

python examples/forward_kinematics.py

For benchmarking on computation time of distance fields

python examples/collision_distance.py

Acknowledgements

A part of this implementation is inspired from the library differentiable robot model.

Contact

If you have any questions or find any bugs, please let me know: An Le, an@robot-learning.de

Cite TorchRobotics

If you are using TorchRobotics for your scientific publications, please cite it using the CITATION file, and the github help page.