File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ The library also provides a `load_robot_description` function for each of the fo
6363| MuJoCo | ` robot_descriptions.loaders.mujoco ` |
6464| Pinocchio | ` robot_descriptions.loaders.pinocchio ` |
6565| PyBullet | ` robot_descriptions.loaders.pybullet ` |
66+ | yourdfpy | ` robot_descriptions.loaders.yourdfpy ` |
6667
6768The function loads a robot description from its name, and returns an instance directly usable in the target software. For example:
6869
@@ -79,6 +80,7 @@ Load a robot description:
7980- [ MuJoCo] ( https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_mujoco.py )
8081- [ Pinocchio] ( https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_pinocchio.py )
8182- [ PyBullet] ( https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_pybullet.py )
83+ - [ yourdfpy] ( https://github.com/stephane-caron/robot_descriptions.py/tree/master/examples/load_in_yourdfpy.py )
8284
8385Visualize a robot description:
8486
You can’t perform that action at this time.
0 commit comments