pytorch_kinematics
Robot kinematics implemented in pytorch
File Explorer
Download Latest Version (.zip)- python-package.yml
- __init__.py
- math.py
- perturbation.py
- rotation_conversions.py
- so3.py
- transform3d.py
- __init__.py
- basics.py
- core.py
- __init__.py
- sdf.py
- urdf.py
- __init__.py
- cfg.py
- chain.py
- frame.py
- ik.py
- jacobian.py
- mjcf.py
- sdf.py
- urdf.py
- cone.mtl
- cone.obj
- link_0.obj
- link_1.obj
- link_2.obj
- link_3.obj
- link_4.obj
- link_5.obj
- link_6.obj
- link_7.obj
- WXSA-250-M-1-Base.mtl
- WXSA-250-M-1-Base.obj
- WXSA-250-M-1-Base.stl
- WXSA-250-M-10-Finger.mtl
- WXSA-250-M-10-Finger.obj
- WXSA-250-M-10-Finger.stl
- WXSA-250-M-2-Shoulder.mtl
- WXSA-250-M-2-Shoulder.obj
- WXSA-250-M-2-Shoulder.stl
- WXSA-250-M-3-UA.mtl
- WXSA-250-M-3-UA.obj
- WXSA-250-M-3-UA.stl
- WXSA-250-M-4-UF.mtl
- WXSA-250-M-4-UF.obj
- WXSA-250-M-4-UF.stl
- WXSA-250-M-5-LF.mtl
- WXSA-250-M-5-LF.obj
- WXSA-250-M-5-LF.stl
- WXSA-250-M-6-Wrist.mtl
- WXSA-250-M-6-Wrist.obj
- WXSA-250-M-6-Wrist.stl
- WXSA-250-M-7-Gripper.mtl
- WXSA-250-M-7-Gripper.obj
- WXSA-250-M-7-Gripper.stl
- WXSA-250-M-8-Gripper-Prop.mtl
- WXSA-250-M-8-Gripper-Prop.obj
- WXSA-250-M-8-Gripper-Prop.stl
- WXSA-250-M-9-Gripper-Bar.mtl
- WXSA-250-M-9-Gripper-Bar.obj
- WXSA-250-M-9-Gripper-Bar.stl
- interbotix_black.png
- README.md
- wx250s.srdf
- wx250s.urdf
- __init__.py
- ant.xml
- benchmark_ik.py
- gen_fk_perf.py
- gen_jac_perf.py
- hopper.xml
- humanoid.xml
- joint_limit_robot.urdf
- joint_no_limit_robot.urdf
- kuka_iiwa.urdf
- kuka_iiwa.xml
- link_0.stl
- link_1.stl
- link_2.stl
- link_3.stl
- link_4.stl
- link_5.stl
- link_6.stl
- link_7.stl
- prismatic_robot.urdf
- simple_arm.sdf
- simple_y_arm.urdf
- test_attributes.py
- test_ik_joint_limits.py
- test_inverse_kinematics.py
- test_jacobian.py
- test_kinematics.py
- test_menagerie.py
- test_rotation_conversions.py
- test_serial_chain_creation.py
- test_transform.py
- ur5.urdf
- val.xml
- viz_fk_perf.ipynb
- .clang-format
- .gitignore
- CITATION.cff
- LICENSE.txt
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/UM-ARM-Lab/pytorch_kinematics
Downloads the entire project code from GitHub to your computer.
cd pytorch_kinematics
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install pytorch-kinematics
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install pytorch-kinematics
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
