File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ Some robot descriptions include additional fields. For instance, the ``iiwa_desc
5858
5959The library also provides a ` load_robot_description ` function for each of the following robotics software:
6060
61- | Software | Loader |
62- | -------------| ----------------------------------------|
63- | MuJoCo | ` robot_descriptions.loaders.mujoco ` |
64- | Pinocchio | ` robot_descriptions.loaders.pinocchio ` |
65- | PyBullet | ` robot_descriptions.loaders.pybullet ` |
66- | RoboMeshCat | ` robot_descriptions.loaders.pinocchio ` |
67- | yourdfpy | ` robot_descriptions.loaders.yourdfpy ` |
68- | iDynTree | ` robot_descriptions.loaders.idyntree ` |
61+ | Software | Loader |
62+ | -------------| ------------------------------------------ |
63+ | MuJoCo | ` robot_descriptions.loaders.mujoco ` |
64+ | Pinocchio | ` robot_descriptions.loaders.pinocchio ` |
65+ | PyBullet | ` robot_descriptions.loaders.pybullet ` |
66+ | RoboMeshCat | ` robot_descriptions.loaders.robomeshcat ` |
67+ | yourdfpy | ` robot_descriptions.loaders.yourdfpy ` |
68+ | iDynTree | ` robot_descriptions.loaders.idyntree ` |
6969
7070The function loads a robot description from its name, and returns an instance directly usable in the target software. For example:
7171
You can’t perform that action at this time.
0 commit comments