Skip to content

Commit

Permalink
Add MuJoCo to docs about modeling tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Apr 30, 2024
1 parent 9541bc4 commit 299ee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ One software package that has all these capabilities is `Pinocchio <https://gith
It is actively maintained and therefore open to contributions, and is performant because it written in C++ with first-class Python bindings.
This applies to both Pinocchio itself, and the `HPP-FCL <https://github.com/humanoid-path-planner/hpp-fcl>`_ library used internally for collision checking.

For completeness, other good alternatives for robot modeling would be `Drake <https://drake.mit.edu/>`_ and `Robotics Toolbox for Python <https://petercorke.github.io/robotics-toolbox-python/>`_.
For completeness, other good alternatives for robot modeling would be `Drake <https://drake.mit.edu/>`_, `MuJoCo <https://mujoco.readthedocs.io/>`, and `Robotics Toolbox for Python <https://petercorke.github.io/robotics-toolbox-python/>`_.

Pinocchio offers several methods of visualization; in this package, we use `MeshCat <https://github.com/meshcat-dev/meshcat>`_.

Expand Down

0 comments on commit 299ee34

Please sign in to comment.