From 299ee341d4d704828591141f35fafc59d1e7cf63 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Tue, 30 Apr 2024 17:44:25 -0400 Subject: [PATCH] Add MuJoCo to docs about modeling tools --- docs/source/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index 8eea698..75396a9 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -16,7 +16,7 @@ One software package that has all these capabilities is `Pinocchio `_ library used internally for collision checking. -For completeness, other good alternatives for robot modeling would be `Drake `_ and `Robotics Toolbox for Python `_. +For completeness, other good alternatives for robot modeling would be `Drake `_, `MuJoCo `, and `Robotics Toolbox for Python `_. Pinocchio offers several methods of visualization; in this package, we use `MeshCat `_.