From d04e37e724da14509c1e8e31195a1818774149c8 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Wed, 7 Sep 2022 08:25:09 -0700 Subject: [PATCH] Add Models page to docs. PiperOrigin-RevId: 472730287 Change-Id: Ie1e5fe3bb30a5fffce8bf73b37300d8d10afd579 --- doc/index.rst | 1 + doc/models.rst | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 doc/models.rst diff --git a/doc/index.rst b/doc/index.rst index 2acbf7ba..430c4cc8 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -12,6 +12,7 @@ modeling XMLreference programming + models APIreference python unity diff --git a/doc/models.rst b/doc/models.rst new file mode 100644 index 00000000..f28fd7a0 --- /dev/null +++ b/doc/models.rst @@ -0,0 +1,57 @@ +====== +Models +====== + +.. _Menagerie: + +MuJoCo Menagerie +---------------- + +Menagerie is a collection of high-quality simulation models for MuJoCo, curated +by DeepMind. + +For more information, visit the `Menagerie repository `__. + +Bipeds & Quadrupeds +^^^^^^^^^^^^^^^^^^^ + +.. list-table:: + :header-rows: 1 + + * - Model + - Preview + * - `Agility Cassie `_ + - .. youtube:: rcdsAdwNhtc + * - `Unitree A1 `_ + - .. youtube:: paQMrMtnTtc + * - `Anybotics ANYmal B `_ + - .. youtube:: fRHau-PMGgM + * - `Anybotics ANYmal C `_ + - .. youtube:: v04uJWBLwFQ + +Grippers & Hands +^^^^^^^^^^^^^^^^ + +.. list-table:: + :header-rows: 1 + + * - Model + - Preview + * - `Shadow E3M5 `_ + - .. youtube:: wi_zJzRm8Ic + * - `Robotiq 2F-85 `_ + - .. youtube:: yYm9fLj32Xw + +Arms +^^^^ + +.. list-table:: + :header-rows: 1 + + * - Model + - Preview + * - `Franka Emika Panda `_ + - .. youtube:: H5zSrWcJlGs + * - `Universal Robots UR5e `_ + - .. youtube:: gAqwNeY0juo +