diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/CHANGELOG.md b/robots/ARX_Robotics_L5_Arm/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..1dd855211b7109922f9eb616ea5889972c811937
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog – ARX L5 Description
+
+All notable changes to this model will be documented in this file.
+
+## [2025-03-20]
+- Initial release.
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/LICENSE b/robots/ARX_Robotics_L5_Arm/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..9ba230aaf03bdc8d991b4a7fd6fdc7fc26b06a1d
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/LICENSE
@@ -0,0 +1,28 @@
+BSD 3-Clause License
+
+Copyright (c) 2023-2025, ARXrobotics
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/README.md b/robots/ARX_Robotics_L5_Arm/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..f8375f71955465bc9d3506f60da8b76c3ded4b19
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/README.md
@@ -0,0 +1,39 @@
+## ARX L5 Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 3.1.3 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+### Overview
+
+This package contains a simplified robot description (MJCF) of the [ARX L5](https://arx-x.com/). It is derived from [ARX's official model repository](https://github.com/ARXroboticsX/ARX_Model). The initial URDF can be found at the following [commit SHA](https://github.com/ARXroboticsX/ARX_Model/tree/af6fe43c873008a85bce6195c0f2160f1a1c14ce/X5/X5A).
+
+
+
+
+
+### Derivation steps
+
+1. Added `` to the URDF's
+ `` clause in order to preserve visual geometries.
+2. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
+3. Converted the .stls to .objs and replaced the original .stls with them (since each .obj in MuJoCo can have 1 color).
+4. Merged similar materials between the .objs.
+5. Created a `` section to define common properties for joints, actuators, and geoms.
+6. Added an equality constraint so that the right finger mimics the position of the left finger.
+7. Manually designed box collision geoms for the gripper.
+8. Added `exclude` clause to prevent collisions between `base_link` and `link1`.
+9. Added position controlled actuators.
+10. Added `impratio=10` and `cone=elliptic` for better noslip.
+11. Added `scene.xml` which includes the robot with a textured groundplane, skybox, and haze.
+
+## License
+
+This model is released under a [BSD-3-Clause License](LICENSE).
+
+## Acknowledgement
+
+This model was graciously contributed by [Jonathan Zamora](https://jonzamora.dev/).
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/arx_l5.png b/robots/ARX_Robotics_L5_Arm/mjcf/arx_l5.png
new file mode 100644
index 0000000000000000000000000000000000000000..8f57785d1d36159f32dd5540614c60e8c4e2409f
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/arx_l5.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:763bfd36b7a929eab330073a6343700a56c567daaefff284e174d51d9f1f31e0
+size 1323634
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/arx_l5.xml b/robots/ARX_Robotics_L5_Arm/mjcf/arx_l5.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d058db1be2f0e925be7fe9737bbafde693f1610f
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/arx_l5.xml
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/base_link.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/base_link.obj
new file mode 100644
index 0000000000000000000000000000000000000000..38b4592f28efbe247d31ddddb9d77d96a17679e2
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/base_link.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:04c95ecfcf001d3bcd43190cca1c5443e98f986a1e57c2ddee7bd28da9d67e09
+size 831334
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/camera.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/camera.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2e7c3dc5dfc407005f2b7b13e21043a2dcf347ed
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/camera.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1add87c2a03f996ed5304f97ed24a56294d5d32720fda6783a02041c5c03c8f7
+size 835733
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link1.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bbbe0c9e451f2a7d5ff4827c1a540cea3128982a
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01243ee80f060fe6858e559bcdc5bd2f9b015c018531779b7fb1cd8246a17bd0
+size 379622
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link2.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..79250d594a8ab9a730a1f06621ae3622be53e4ea
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ade60370ac720c1489ecc1806faf265cc49fd5be4a6057e0b93b7da4c5c398ba
+size 1933493
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link3.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link3.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b8dde882b9b0971719af799d75e081cf68d72252
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link3.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43d475ae678a232921da37c893bdfbf2524383622f89808ec356595b134c5525
+size 2144530
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link4.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link4.obj
new file mode 100644
index 0000000000000000000000000000000000000000..58cd4b2b11739d2f83e1c580d3083fd587658bb3
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link4.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d616632897d7d17fa499423e87f36b9401ec54f117a99685b131989f1b2ce670
+size 406200
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link5.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link5.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8b76450c06799d71120b242eee4d32850b4eea07
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link5.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ebcc9e83c49d40900f1e5be332db697e47d4f3c9c45555817f6d74abf5b9dd2f
+size 2301371
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link6.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link6.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c9b4e48523ea52e5e338060c95931746022e0ada
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link6.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:57957e2a042277526ad29d84c608993431a1bdd9b19f71a24d2d161215f27587
+size 1944757
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link7.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link7.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f09f2ff920379c9d3dd6e5f334149195b061ebc2
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link7.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e74face53b21d37e21a1301707b13b866c58e8edc4212309a22a3350e48dcb56
+size 279721
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/assets/link8.obj b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link8.obj
new file mode 100644
index 0000000000000000000000000000000000000000..24241490a65a06cb116e8783122e29b0debd7cf4
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/assets/link8.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:370731b0450addefe6c6d494dc2ac0246259c8a286d532ea5c225750ecd66740
+size 285359
diff --git a/robots/ARX_Robotics_L5_Arm/mjcf/scene.xml b/robots/ARX_Robotics_L5_Arm/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a6f24f0fe2bc4ba1baa9e804fd58f44dcdf46a21
--- /dev/null
+++ b/robots/ARX_Robotics_L5_Arm/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Interbotix_WidowX_250/mjcf/CHANGELOG.md b/robots/Interbotix_WidowX_250/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..f0d9788680d994059ec5d7d447c6c5fdc9c75f73
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog – WidowX 250 6DOF Description
+
+All notable changes to this model will be documented in this file.
+
+## [2024-06-04]
+- Initial release.
diff --git a/robots/Interbotix_WidowX_250/mjcf/LICENSE b/robots/Interbotix_WidowX_250/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..8df4a42c6d010cb2e25b9c68bbef8c0c26980df6
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2023, Trossen Robotics
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/robots/Interbotix_WidowX_250/mjcf/README.md b/robots/Interbotix_WidowX_250/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e36da2b444a5c0c008d3329cbc6519461953a1df
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/README.md
@@ -0,0 +1,37 @@
+# WidowX 250 6DOF Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 3.1.6 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the [WidowX 250 6DOF](https://www.trossenrobotics.com/widowx-250) developed by [Trossen Robotics](https://www.trossenrobotics.com/). It is derived from the [publicly available URDF description](https://github.com/Interbotix/interbotix_ros_manipulators/blob/main/interbotix_ros_xsarms/interbotix_xsarm_descriptions/urdf/wx250s.urdf.xacro).
+
+
+
+
+
+## URDF → MJCF derivation steps
+
+1. Added `` to the URDF's
+ `` clause in order to preserve visual geometries.
+2. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
+3. Manually edited the MJCF to extract common properties into the `` section.
+4. Used [`interbotix_black.png`](https://github.com/Interbotix/interbotix_ros_manipulators/blob/main/interbotix_ros_xsarms/interbotix_xsarm_descriptions/meshes/interbotix_black.png) to texture the visual geoms.
+5. Added a light to track `gripper_link`.
+6. Removed `gripper` joint.
+7. Added an equality constraint so that the right finger mimics the position of the left finger.
+8. Added extra sphere collision geoms to the gripper for additional contact points.
+9. Added `exclude` clause to prevent collisions between `base_link` and `shoulder_link`.
+10. Added position controlled actuators.
+ * Removed all `actuatorfrcrange` as they were extremely low and affecting the actuation.
+11. Added `impratio=10` and `cone=elliptic` for better noslip.
+12. Added `scene.xml` which includes the robot, with a textured groundplane, skybox, and haze.
+
+## License
+
+This model is released under a [BSD-3-Clause License](LICENSE).
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/interbotix_black.png b/robots/Interbotix_WidowX_250/mjcf/assets/interbotix_black.png
new file mode 100644
index 0000000000000000000000000000000000000000..34aa9243a703cae027593957290f3a680c618157
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/interbotix_black.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4cd224156bbaab1ddf1b92b90d46c54835a8b41f61bc258b2f216c2618e062cf
+size 1994
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_10_gripper_finger.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_10_gripper_finger.stl
new file mode 100644
index 0000000000000000000000000000000000000000..8c9e38d290bf6e9850706af8137e862885b84a6c
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_10_gripper_finger.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a459bd4ef07eb5c4687e258bd9564004e741437e2e668af7ed31964567d8f90
+size 22284
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_11_ar_tag.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_11_ar_tag.stl
new file mode 100644
index 0000000000000000000000000000000000000000..8a30f7cc75e28cd9ea636946cb7aa7897f8d4b99
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_11_ar_tag.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a18a1601074d29ed1d546ead70cd18fbb063f1db7b5b96b9f0365be714f3136a
+size 3884
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_1_base.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_1_base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a28ea2633c2b2ee5ec3602cbc41e1a0a835cf1ee
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_1_base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69facd590abff70fa03431497ead2c7f1aabe616d55af594288e9bf36b1fd067
+size 75584
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_2_shoulder.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_2_shoulder.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a5a92482c38d135e8cefe05a7893142a89c8c714
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_2_shoulder.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:337b4cb7e9b637ee3dca6a737becf831fe5f95b790b34f9a97e5cf11475fc222
+size 61884
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_3_upper_arm.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_3_upper_arm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..d5b4ca2b0df86651230a635727a68e3d6caaa2a0
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_3_upper_arm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b4550b3a79e83d0ca9e1a65e490ff4e25b667e8a7d8e94bab441851c96eb11fa
+size 70484
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_4_upper_forearm.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_4_upper_forearm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3191f162039d19efac7196853cf837ac669dc17a
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_4_upper_forearm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a64efc97dc129bc277afee75c129de27721e8fedcad45a4ec8b251f44542f23
+size 30084
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_5_lower_forearm.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_5_lower_forearm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..dedfca506c33c8796a9811d6f99e6c092f1cb064
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_5_lower_forearm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1445950b7f5ce2cf374b98711df296acd6c2b4df24c3937b413bcb6beb037603
+size 149084
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_6_wrist.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_6_wrist.stl
new file mode 100644
index 0000000000000000000000000000000000000000..eb484b87b4703e0f99394b741602b59f8b13aebc
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_6_wrist.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8602fe1313765caceec64faff5ec919ec09c57c614b87f1c1c625dcef1e3df5a
+size 57684
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_7_gripper.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_7_gripper.stl
new file mode 100644
index 0000000000000000000000000000000000000000..5ac8033632101a155446cbaebeb0d8cc7e8010ad
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_7_gripper.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6dbc189d3787ca62e09a8cf3f928ceca70c5c184a95c97ac6587805aa6a1ec6d
+size 17684
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_8_gripper_prop.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_8_gripper_prop.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1ec41309226b517bf39c07806ed4bf3833ffece2
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_8_gripper_prop.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:30fcd807817b7c9df6275d2c8100cfe0e7786e2c65b574d22efe177520f1a316
+size 22684
diff --git a/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_9_gripper_bar.stl b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_9_gripper_bar.stl
new file mode 100644
index 0000000000000000000000000000000000000000..b8cf8e25b2566660442f153e8e754207497927ce
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/assets/wx250s_9_gripper_bar.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b54601da3f60eea180226b695bb95a9b29b187f22f5b74d9a523ac9785d9a518
+size 36684
diff --git a/robots/Interbotix_WidowX_250/mjcf/scene.xml b/robots/Interbotix_WidowX_250/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..dd4d6fa7d8242a03ed6e815bea58a8ba793eb27f
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Interbotix_WidowX_250/mjcf/wx250s.png b/robots/Interbotix_WidowX_250/mjcf/wx250s.png
new file mode 100644
index 0000000000000000000000000000000000000000..d023d49d67be43a79fb029741e70e4912a19badf
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/wx250s.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1df5f35503c42cc93a5d970fec39f4b39a129e745504c2e818b7d96790af5017
+size 1240806
diff --git a/robots/Interbotix_WidowX_250/mjcf/wx250s.xml b/robots/Interbotix_WidowX_250/mjcf/wx250s.xml
new file mode 100644
index 0000000000000000000000000000000000000000..184d5c546580d76ff2b540b0c4ebfa5ff8de256d
--- /dev/null
+++ b/robots/Interbotix_WidowX_250/mjcf/wx250s.xml
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/KUKA_LBR_IIWA14/mjcf/CHANGELOG.md b/robots/KUKA_LBR_IIWA14/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..3366ea507a097a1e1bcf7e2e0f3f8ce0ead951a5
--- /dev/null
+++ b/robots/KUKA_LBR_IIWA14/mjcf/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog – KUKA LBR iiwa 14 Description
+
+All notable changes to this model will be documented in this file.
+
+## [2023-05-18]
+- Initial release.
diff --git a/robots/KUKA_LBR_IIWA14/mjcf/LICENSE b/robots/KUKA_LBR_IIWA14/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..d4681a468ef93f00712d31e79c5262f72b73299f
--- /dev/null
+++ b/robots/KUKA_LBR_IIWA14/mjcf/LICENSE
@@ -0,0 +1,31 @@
+All components of Drake are licensed under the BSD 3-Clause License
+shown below. Where noted in the source code, some portions may
+be subject to other permissive, non-viral licenses.
+
+Copyright 2012-2022 Robot Locomotion Group @ CSAIL
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer. Redistributions
+in binary form must reproduce the above copyright notice, this list of
+conditions and the following disclaimer in the documentation and/or
+other materials provided with the distribution. Neither the name of
+the Massachusetts Institute of Technology nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/robots/KUKA_LBR_IIWA14/mjcf/README.md b/robots/KUKA_LBR_IIWA14/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..f39aa704edd3e26f6de34ca75d92d78ebfb4d0eb
--- /dev/null
+++ b/robots/KUKA_LBR_IIWA14/mjcf/README.md
@@ -0,0 +1,36 @@
+# KUKA LBR iiwa 14 Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 2.3.3 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the [LBR iiwa](https://www.kuka.com/en-us/products/robotics-systems/industrial-robots/lbr-iiwa) 14kg developed
+by [KUKA Robotics](https://www.kuka.com/en-us). It is derived from the [publicly available](https://github.com/RobotLocomotion/drake/blob/master/manipulation/models/iiwa_description/urdf/iiwa14_spheres_dense_collision.urdf)
+URDF description created by the [Drake](https://github.com/RobotLocomotion/drake) developers.
+
+
+
+## MJCF derivation steps
+
+1. Converted xacro to URDF: `rosrun xacro xacro gen3.xacro > gen3.urdf`
+2. Added the following to the URDF's `` clause:
+
+```xml
+
+
+
+```
+
+Note `fusestatic="false"` is needed so that base_link is preserved.
+
+3. Converted to MJCF:
+
+```python
+import mujoco
+model = mujoco.MjModel.from_xml_path('gen3.urdf')
+mujoco.mj_saveLastXML('gen3.xml', model)
+```
+
+4. Cleaned up the MJCF file as follows:
+ - Added option: ``.
+ - Replaced `type="mesh" contype="0" conaffinity="0" group="1" density="0" rgba="0.75294 0.75294 0.75294 1"` with `class="visual"` and added the class to defaults.
+ - Replaced `type="mesh" rgba="0.75294 0.75294 0.75294 1"` with `class="collision"` and added the class to defaults.
+ - Deleted `` entirely and replaced with ``.
+5. Added the following to the MJCF:
+ - Added wrist camera: ``.
+ - Added position actuators with joint limits on joints 2, 4, and 6.
+ - Added keyframes for "home" and "retract".
+6. Added `scene.xml` which includes the robot, with a textured groundplane, skybox, and haze.
+
+## Robotiq 2F-85
+
+Do not include the Robotiq mechanical coupling used in arms such as the UR and Franka since for the Kinova Gen3, it is built into the end effector interface. Specifically, if using Menagerie's `robotiq_2f85`, the "base_mount" link (mechanical coupling) should be excluded. Instead, the "base" link should be directly mounted at pose `pos="0 0 -0.06149039" quat="0 -1 1 0"` like so:
+
+```xml
+
+ ...
+
+```
+
+The end effector site should also be shifted by an additional `0.12` to match the behavior of Kinova Kortex API:
+
+```xml
+
+```
+
+## License
+
+This model is released under a [BSD-3-Clause License](LICENSE).
+
+## Acknowledgement
+
+This model was graciously contributed by [Jimmy Wu](https://jimmyyhwu.github.io/).
diff --git a/robots/Kinova_Gen3/mjcf/assets/base_link.stl b/robots/Kinova_Gen3/mjcf/assets/base_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..5f6aff0d1c58b052b4464d41029bfdcdaa91dae0
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/base_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3e38517e653d58f4160cfdcee34c9dea983d8b3ecb8f2c147444f58235335260
+size 183884
diff --git a/robots/Kinova_Gen3/mjcf/assets/bracelet_no_vision_link.stl b/robots/Kinova_Gen3/mjcf/assets/bracelet_no_vision_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..705d64f18e58ff342559845393b277df90ae3c00
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/bracelet_no_vision_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5b2ec7dafbf6a3c9a2cac717d18132a8a1efd9fcb8f2c40d9c12c8ece7323ec8
+size 1334384
diff --git a/robots/Kinova_Gen3/mjcf/assets/bracelet_with_vision_link.stl b/robots/Kinova_Gen3/mjcf/assets/bracelet_with_vision_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..72f81c50b040566e324f098cf263c7f9b84def47
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/bracelet_with_vision_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8bb05e420a88532b4eee3948a0047fb8e7f341c3e5cc971d54e97e2aaffcf878
+size 1164084
diff --git a/robots/Kinova_Gen3/mjcf/assets/forearm_link.stl b/robots/Kinova_Gen3/mjcf/assets/forearm_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..0c616b5f7115ce35cf45991c428bf149a9a7593a
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/forearm_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a00d96d2c7ec37e9fe4c5fb6d3fa2b4386dfd48fea5ac25632f4cb83b3505105
+size 456284
diff --git a/robots/Kinova_Gen3/mjcf/assets/half_arm_1_link.stl b/robots/Kinova_Gen3/mjcf/assets/half_arm_1_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..00b636d56211e93fced7042e4373bd32436e4353
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/half_arm_1_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8df461a71780d8e2d09104a507584424279d85173adf14867e359f7e58b3bba7
+size 514184
diff --git a/robots/Kinova_Gen3/mjcf/assets/half_arm_2_link.stl b/robots/Kinova_Gen3/mjcf/assets/half_arm_2_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..375f68608fd5cedb74e2a4ad0d1a0c3fb6ba1dbf
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/half_arm_2_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a9f38de21648804b3ab7076ec73726031f2ade7c95eb2541d070553e025407b
+size 489184
diff --git a/robots/Kinova_Gen3/mjcf/assets/shoulder_link.stl b/robots/Kinova_Gen3/mjcf/assets/shoulder_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..71dbb2133e60e6fdc5aa136217d5ab9b163b44d5
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/shoulder_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a98e232e5197f09e9cd520e7a450c21bcec74bc49e2a19ce7cf86c5dc25f2e18
+size 476984
diff --git a/robots/Kinova_Gen3/mjcf/assets/spherical_wrist_1_link.stl b/robots/Kinova_Gen3/mjcf/assets/spherical_wrist_1_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..cc0413db97a49f0a4554ce9ba194a5251a65f4be
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/spherical_wrist_1_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b97a5e3b2de535344f8e8d4176d77f0cdb3455b235f35430fa0413208856e66
+size 546484
diff --git a/robots/Kinova_Gen3/mjcf/assets/spherical_wrist_2_link.stl b/robots/Kinova_Gen3/mjcf/assets/spherical_wrist_2_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..aa941bfe51911b1d342252be944c3b57e88e2274
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/assets/spherical_wrist_2_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:12271fb7d0ee78fb5642424cf5078be20f0476061e74203db964b674031ce879
+size 516984
diff --git a/robots/Kinova_Gen3/mjcf/gen3.png b/robots/Kinova_Gen3/mjcf/gen3.png
new file mode 100644
index 0000000000000000000000000000000000000000..04a4d841ba2f35e228589019c13521dcf1f8fbca
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/gen3.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d8a159fb3714699ca7b7e359f0895a82a3032105d435a9fb091008e65c2e62a1
+size 1706618
diff --git a/robots/Kinova_Gen3/mjcf/gen3.xml b/robots/Kinova_Gen3/mjcf/gen3.xml
new file mode 100644
index 0000000000000000000000000000000000000000..59fdda3d1ab2f5a4563db9773d16731eaf758753
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/gen3.xml
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Kinova_Gen3/mjcf/scene.xml b/robots/Kinova_Gen3/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0bb868dd84a8fa25427d2793aca059014de8c340
--- /dev/null
+++ b/robots/Kinova_Gen3/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Kinova_Gen3/urdf/gen3.urdf b/robots/Kinova_Gen3/urdf/gen3.urdf
new file mode 100644
index 0000000000000000000000000000000000000000..bf28ee213ddea4b4cf5df3fb6647a62bfd5f3542
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/gen3.urdf
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Kinova_Gen3/urdf/meshes/base_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/base_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2ff20a3e372bf6f4e1827d5f613043343078b38c
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/base_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f88ecc5d0aeee8fa84b53b9f7c30e251a9a7913a92c7e3a8d0fdeabc5cfe85e8
+size 770901
diff --git a/robots/Kinova_Gen3/urdf/meshes/base_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/base_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/base_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/base_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/base_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a7c5c5923dab7067b0800078981fe239de2c2986
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/base_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c8fbfdec3acd69101f614eed98cadc6ec5316db2d5791b49103acd33def4dbaa
+size 770960
diff --git a/robots/Kinova_Gen3/urdf/meshes/bracelet_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/bracelet_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c88ca1a9aad936a3ca6a0ac873bc5ba5f5295e03
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/bracelet_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56450e3b0787381cf52209fd5455af6bd7e04dea9b6f1fcad6bb78e9f996bb2a
+size 5801390
diff --git a/robots/Kinova_Gen3/urdf/meshes/bracelet_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/bracelet_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/bracelet_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/bracelet_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/bracelet_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..37082dba59db31b88d88fc937e7a518b69e73222
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/bracelet_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d3805c5dc019a213c2ec50509211413649eefa57691123a98de25ffb97f72086
+size 5801453
diff --git a/robots/Kinova_Gen3/urdf/meshes/forearm_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/forearm_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2494cde6f6948a1783a7547fc206b71e826c727c
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/forearm_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f482778275a7ae137bd187171a1528372009a44a558a753865a2fdaaec92c763
+size 1957032
diff --git a/robots/Kinova_Gen3/urdf/meshes/forearm_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/forearm_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/forearm_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/forearm_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/forearm_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3f8f448d4e5bd0d1d72b8d19cfd8fd46abae549b
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/forearm_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fb8431017f76d20ab331411d065e7620fb574d142d2f49bd23d00bb7c99634a8
+size 1957094
diff --git a/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c80b579092bf3fdb01d0b30ed2b0aec83559172f
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d5598b4601fbc9cea446940fc043ed2198b3ba128643d2f359601d3f8226412f
+size 2201901
diff --git a/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ad15e5611a0d75cee97a4c2fa477da32b1d7f485
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/half_arm_1_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:266829aade843c459136c00bab6ee6baae423ba11a4eaebb78a6881708f28fe1
+size 2201966
diff --git a/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bea04d7b3e26030662a95a3ccf75443cc18d2c5d
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:069d0e81108c60eebdbcd73b8fdb93b8868910a3a804800b226cfa3c2dbdeb99
+size 2105817
diff --git a/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..cc71368e2007f5677d6c8eab6f23a2674c18b3ab
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/half_arm_2_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b31d54e71f1c926ddf8f87fc5a124bda497b3331b003ef50bd47566dc90a145
+size 2105882
diff --git a/robots/Kinova_Gen3/urdf/meshes/shoulder_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/shoulder_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ff23b528de74864c551ee67e0a2fe35890cc1d75
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/shoulder_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:51e1c40e4316a128936e0dc54c6459bbc903a1c33eafef26a1458852c9ec5537
+size 2052633
diff --git a/robots/Kinova_Gen3/urdf/meshes/shoulder_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/shoulder_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/shoulder_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/shoulder_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/shoulder_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..4ec297eb63c8f19bdd865d0a880f85500a9b446b
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/shoulder_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3ddd2efaa9e3740b70c9f2eef0fcfb7040cb07afbceb22923605c9a4e5052ee
+size 2052696
diff --git a/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..663ac4c9fe80819c880f38b12017401af9a0a756
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:da041983ab4fad391ef34d3c9918f42da32873da558d40b0f5c87edc78fdcdc5
+size 2360875
diff --git a/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..fa9f72444761118da7758318733d5258c92b0d51
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_1_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f4a2f10a6fef5d9fc24fef602e3338f42b7e863723768433027cc1260c8b8d2
+size 2360947
diff --git a/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_collisions_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_collisions_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ea8e8f08ab890fae8e8600b6b62a0144617332aa
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_collisions_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2489c5756d6a18795493735e80fad82b2ca5c3f63fe88e9f5cf3fb6fe8649d3c
+size 2231660
diff --git a/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_visuals_mesh_0.mtl b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..f20bb2913764bf1d03ebd3ecba60290386533af0
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_C0C0C0
+Kd 0.7529399991035461 0.7529399991035461 0.7529399991035461
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_visuals_mesh_0.obj b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..91d4047ff46be0b81e94fda51952d1aed690319e
--- /dev/null
+++ b/robots/Kinova_Gen3/urdf/meshes/spherical_wrist_2_link_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3a03066fef062934fd26ec58a7eb6a779b20b1d6b3514d2439754c976b1972a9
+size 2231732
diff --git a/robots/Kinova_Gen3/usd/gen3.usd b/robots/Kinova_Gen3/usd/gen3.usd
new file mode 100644
index 0000000000000000000000000000000000000000..18d54d50da28d9d1aa552d5406c23e71e5aba578
--- /dev/null
+++ b/robots/Kinova_Gen3/usd/gen3.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c20d5a93f6f79d0d2f9e15f221e9387f87d9a9b2e1a3f014c6445a0866051423
+size 6906
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/LICENSE b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..261eeb9e9f8b2b4b0d119366dda99c6fd7d35c64
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/README.md b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c202b4ad1169f2d4d0da8cf2b0f8cae7153234cd
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/README.md
@@ -0,0 +1,29 @@
+# Low-Cost Robot Arm (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 3.1.6 or later.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the **Low-Cost Robot Arm** developed originally by [Alexander Koch](https://github.com/AlexanderKoch-Koch/low_cost_robot/tree/main) and updated by [HuggingFace LeRobot Team](https://github.com/jess-moss/koch-v1-1/tree/main) with the name **Kochv1.1**. It is derived from the [publicly available URDF description](https://github.com/s1lent4gnt/koch-v1-1/blob/main/simulation/follower.urdf).
+
+
+
+
+
+## URDF → MJCF derivation steps
+
+1. Added `` to the URDF’s `` element to preserve visual geometries.
+2. Loaded the URDF into MuJoCo and saved it as a corresponding MJCF.
+3. Manually edited the MJCF to extract shared properties into the `` section.
+4. Edited original meshes: extracted servos into separate files, manually created convex collision meshes for the gripper fingers using [obj2mjcf](https://github.com/kevinzakka/obj2mjcf/tree/main).
+5. Added extra box-shaped collision geoms to the gripper fingers tip for additional contact points.
+6. Added an `exclude` clause to prevent collisions between `base_link` and `shoulder_rotation`.
+7. Added approximate joint limits.
+8. Added position-controlled actuators.
+9. Added `impratio="10"` and `cone="elliptic"` attributes for improved no-slip behavior.
+10. Created `scene.xml` to include the robot, along with a textured ground plane, skybox, and haze.
+
+## License
+
+This model is released under an [Apache-2.0 License](LICENSE).
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link.stl
new file mode 100644
index 0000000000000000000000000000000000000000..d7145200f2db0f6ff223a9d94f188c126ae141a1
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:318319a694d56d5e1689165e0be0fe8cdc3a8e6f0e24f49debbe4d3acbf3b9b1
+size 41884
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link_collision.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link_collision.stl
new file mode 100644
index 0000000000000000000000000000000000000000..b87601122c47fa62d7020719fcd91f699eb4838e
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link_collision.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a2fb1636701a5aedf596ae136c16fab95a32bbed032209a4fc1e2374eb57032
+size 115184
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link_motor.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link_motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..72598c205a29b45b60da47406f2420d7e8ddf75d
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/base_link_motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f390555ae4aa13b6689c841b02de45b3ba65cb0c07b1434231c586e8facd55cc
+size 513684
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist.stl
new file mode 100644
index 0000000000000000000000000000000000000000..73fc98e7c08d598df07101eff75e526e9ba348d1
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:556baf0946adc733fe3d9e34426d15d7113fbe68d179a29740c890e9dc797eff
+size 55384
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_collision.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_collision.stl
new file mode 100644
index 0000000000000000000000000000000000000000..0197b531a27db9af2f67164feaf4064f7e316826
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_collision.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2393f808423e77fa57ae9fc5c033e6ff88d26eeecff9246c1a9f4a53fbba1613
+size 300884
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension.stl
new file mode 100644
index 0000000000000000000000000000000000000000..c6a896c3194e9151d1b5c832f8ba4e7f2dd582ee
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f0a7a6df9c9615e3851f45473e529cb0bd211a43c2b7d810f06a0a51a25272c4
+size 55684
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension_collision.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension_collision.stl
new file mode 100644
index 0000000000000000000000000000000000000000..55cb2f7142acb3eecc6f5507d6839008bbbaf4b2
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension_collision.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f427561ef715d4f7191d15b9c353070938839da2f36acf0a809286453ae98a50
+size 143284
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension_motor.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension_motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..62939712f53ce3ca58c3027ff5c49396c0aeb481
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_extension_motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d1095089609f2751bfc9f9b2c05dc79df5f18fc0fcb1e7ec531f8544c1c12e1e
+size 703784
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_motor.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..b494b3c945c07c9727fbb9d6a61144857a195cb4
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/elbow_to_wrist_motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90ffe8a2c0f6829d755cfd1cfab533de60d51c02dc4ae6cd150883b35313a8d6
+size 517084
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger.stl
new file mode 100644
index 0000000000000000000000000000000000000000..12b0845d103d4469f240e4431b8f84f4d8bea857
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7c8fe847a51a4d21cf3686402d74dc3207a56040bba935171d58721882b500d1
+size 44284
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger_collision_1.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger_collision_1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..4239a000722314d3b96af1f3c28f8950e7612354
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger_collision_1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:baf3abe91e1ff5438ed01f5758d91a2c2c4f4d3c6207d09355e327f1df7584db
+size 24084
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger_collision_2.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger_collision_2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..2093f3f6dd5eb21441c96a712fedf9fe628eba14
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_moving_finger_collision_2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d4cc7e11a433464bbc106be3c6cef85d3207fb42530e47730270d35d6d19c2f5
+size 19384
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger.stl
new file mode 100644
index 0000000000000000000000000000000000000000..b1606823083680e0b14748b0c4a5b6d440fdc59d
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e0dd1cd95f81daa6e390e00cefb67d862794496c7b91f19ad190f88cad6728df
+size 72984
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_collision_1.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_collision_1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..d85fcea83bdd2af40bcca5c64db67538f8be45ec
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_collision_1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fc588e42b8b527078f0cb20e11b3223a9f801ad67c1f4d017c1a5571d7182c53
+size 1016784
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_collision_2.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_collision_2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a26493ed2988f6fb543fe0f4d34be78b37710877
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_collision_2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:85ce6c1255bf4d0015ad7be17513b78355a5000b94e305abfed66d5fbfcd67a5
+size 85184
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_motor.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3f00481889a12391976b3187bde7fd198addd61d
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/gripper_static_finger_motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77397afcc8265c702744daeb9614b3140f717bf6efef29102beb1e7799e86732
+size 709484
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation.stl
new file mode 100644
index 0000000000000000000000000000000000000000..9aa2653f8c0d78affc1fd49b3bf015aaa52c533a
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec57e078e4ce10e458d536029dbdac04178e19fe1d8fd9d5ad6a6b2532ed15d2
+size 41684
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation_collision.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation_collision.stl
new file mode 100644
index 0000000000000000000000000000000000000000..19fa484fb68b9151151c9e5d5ba508895b4fcdf7
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation_collision.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9e8d446babdd1f9cf4300e56287d2f6933464b353dce216e6c6a7f80282afb9a
+size 444484
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation_motor.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation_motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1cc65dd0d4dc247ecf159bd69bb8c90852a8be7b
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_rotation_motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01c550ce4c8885e1d220bd3b1c5047ce2bd733bd9dce3e44f6d66a18b9ca92f2
+size 688334
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow.stl
new file mode 100644
index 0000000000000000000000000000000000000000..4c7ef20074739fd481a99490a1edfa35732e5ea1
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c0fbd8fe25b8f6aa04eab34c069cb782ca44bce8d339654ebe3e69cd18f50d3
+size 69184
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow_collision.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow_collision.stl
new file mode 100644
index 0000000000000000000000000000000000000000..c10b28adff526b5cf570082e366b951ba8d67d6b
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow_collision.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f233a1ce5611437975527ece8d8bf11f07ae90a8c398ff8efe78f9cd5b2961d
+size 159584
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow_motor.stl b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow_motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..40f769bf9f2844b115673ca6492db0172e2d8def
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/assets/shoulder_to_elbow_motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a19788b5f401782a1bf9ffe88e771593009f5e8191aff6ef17f184ee0122453a
+size 702984
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/low_cost_robot_arm.png b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/low_cost_robot_arm.png
new file mode 100644
index 0000000000000000000000000000000000000000..3c0afaec883a109e71d19b4e10e0a09cff394da0
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/low_cost_robot_arm.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b03d3d23894f8a635ce69648caa29993ba5a120244a5a5f0b90ad31786020c09
+size 723189
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/low_cost_robot_arm.xml b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/low_cost_robot_arm.xml
new file mode 100644
index 0000000000000000000000000000000000000000..94b23e1feb5d28115fa33c58d9ecc235a19f29a8
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/low_cost_robot_arm.xml
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Koch_v1.1_Low-Cost_Robot/mjcf/scene.xml b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c9d6966e6a12ae77084c6bd0f5bc6fbb699ddfba
--- /dev/null
+++ b/robots/Koch_v1.1_Low-Cost_Robot/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/base.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..83382c3684a5416298a7889732f86b57a5635efd
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:97b3997a278b7d7be42142f49f435a4a0d7856736b943bfb3590dc43210055f6
+size 264934
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/eGripperBase.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/eGripperBase.stl
new file mode 100644
index 0000000000000000000000000000000000000000..af9970c234745044aeaaaa7baaf1ffbf0cc1c933
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/eGripperBase.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3112ecc88a650b57a3f20dfcafb28d41cc88639b6e8ac85f3cb8739605a2da39
+size 618984
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/head.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/head.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3fbad3d5b002cbdf5046ec679ea9a9f32aa780db
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/head.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e2d5dd7e7988417897c1b3c2b366ad9dc53e0c096e0a4db810f5b6f08e1385a9
+size 276234
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/l0.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l0.stl
new file mode 100644
index 0000000000000000000000000000000000000000..263bfce5dbb757036183d9c849615e4508891ba9
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l0.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6f4a7f56bcf4cbfbb72414acd61956ccb8db88ca5ec4074ff626a44cf41a18c1
+size 675584
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/l1.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..964ea6cdf273aa59cb968bec8b71889df8bc5727
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6d8ba089c3da8a4a40e176a13928e3a39cfffa2fdc83311ac2f6b59035ab6d0
+size 511884
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/l2.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3ef2de15c32d518d145e0d76a78894fd17d563dd
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4a0d2ccf5668f737409d0e7fc2578b9e24660298d09787852494a7adae8c58b1
+size 133734
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/l3.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..f0d4d108e88ba1629d943451db1d68916e810bf6
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9faa1f689135fcda53c50b18f9a5c55bc718bb30790395a20821e96b87a174d0
+size 160034
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/l4.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l4.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a7d307ae67fac5efc496faebd8050ebbf73dacaa
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l4.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a9f7032958ae8feef741a4a073f59f3cf9f8f491d93505d0bc9047269cb2e1f2
+size 208284
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/l5.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l5.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1ca0d1a4164f61bde4838fef7f86312150c5bc45
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l5.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5078849cf3e1ae7790a6014e1ecb51eda84b44d2d91206783bb0b1fd1740e9ff
+size 176534
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/l6.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l6.stl
new file mode 100644
index 0000000000000000000000000000000000000000..84627fc23ba0e3bbcb09e24872cd481bfd4a244d
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/l6.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e55c25b435b2e038f21542cb9315745656fe248cfc1d388364acd7e73e4a28e9
+size 183034
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/assets/pedestal.stl b/robots/Rethink_Robotics_Sawyer/mjcf/assets/pedestal.stl
new file mode 100644
index 0000000000000000000000000000000000000000..425f9c107e1eecc061215e99f53f9cb4e949f4f2
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/assets/pedestal.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eee21a0809f502dbc8253dfabc8403171159ee3c51543fd96e0fb30f3ed4ac4e
+size 118634
diff --git a/robots/Rethink_Robotics_Sawyer/mjcf/sawyer.xml b/robots/Rethink_Robotics_Sawyer/mjcf/sawyer.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a6200aa1bb1423c177aeb835ef81928ff73f46a5
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/mjcf/sawyer.xml
@@ -0,0 +1,211 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/head_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/head_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..e952d4ca50eaf707632d1717a5a51fd19462b644
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/head_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_DefaultMaterial
+Kd 0.6000000238418579 0.6000000238418579 0.6000000238418579
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/head_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/head_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..335292df362ba01f299a64303860abb9bb7fb2a8
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/head_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad7fbd04d0dc380f4aa64b4f34a9fc8fec6f636cee52eb67f3fbca5e54171495
+size 782628
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/pedestal_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/pedestal_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..75381b50637ec478740b07cfa0c85f3b3c0bb3c2
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/pedestal_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_darkgray
+Kd 0.20000000298023224 0.20000000298023224 0.20000000298023224
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/pedestal_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/pedestal_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b6314916f69dff45ef51d51970c023a0e922e6b8
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/pedestal_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c1f303695c1fdb2dce69731d4f3bedc668758b25efc3579f6e59342cc1e58cc0
+size 2008141
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_arm_base_link_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_arm_base_link_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_arm_base_link_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_arm_base_link_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_arm_base_link_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2aefaa932b6fbdf3284538b074724651d091d24b
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_arm_base_link_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56a2b291eaeb40fdbb631892c3cff067112a76ad32dccdb2cf5889250e159478
+size 563506
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_connector_plate_base_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_connector_plate_base_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..df33c060ba0d27fe2b1088c7a3ac1f9b04a31aad
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_connector_plate_base_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_black
+Kd 0.0 0.0 0.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_connector_plate_base_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_connector_plate_base_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f85cd1d1969e37303fa1885d1e5554dac6a32bc3
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_connector_plate_base_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:df5168642dc7caae394e2c77ec9878e73390082333ff1e80440b67481f7b1bad
+size 1793418
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_electric_gripper_base_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_electric_gripper_base_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ea06af902d4d954e5d0e085193568f322dc1552c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_electric_gripper_base_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_darkred
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_electric_gripper_base_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_electric_gripper_base_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..6aae57a309d6882336808f0f3f52612014d77267
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_electric_gripper_base_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:28399647512813313d7afa41c153d6cbcd961d4c80fc8e9e19f252aae4d2b173
+size 638354
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_tip_visuals_mesh_0.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_tip_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..e952d4ca50eaf707632d1717a5a51fd19462b644
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_tip_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_DefaultMaterial
+Kd 0.6000000238418579 0.6000000238418579 0.6000000238418579
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_tip_visuals_mesh_0.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_tip_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3502f0901106c551cfe67f149b8e8ab25c1126aa
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_tip_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:147ff6724fe22540ff066574caf24bbc4a402ee20698e7c7e6136be603202f4b
+size 51575
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_visuals_mesh_0.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..e952d4ca50eaf707632d1717a5a51fd19462b644
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_DefaultMaterial
+Kd 0.6000000238418579 0.6000000238418579 0.6000000238418579
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_visuals_mesh_0.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f1754de9180b76fd18fac922e41caa1ba9a7490a
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_l_finger_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:663e10933268b0114856977b48f84508d34d78148fd223af3924436a8338abd4
+size 291769
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_tip_visuals_mesh_0.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_tip_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..e952d4ca50eaf707632d1717a5a51fd19462b644
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_tip_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_DefaultMaterial
+Kd 0.6000000238418579 0.6000000238418579 0.6000000238418579
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_tip_visuals_mesh_0.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_tip_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ec785d5acd433261d5ebdbbf20af10cd8eb315ff
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_tip_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:92b17cf6ee00256a40b567438f4b65c253641d758239bbae1c9126ffd48a8bb1
+size 51653
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_visuals_mesh_0.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..e952d4ca50eaf707632d1717a5a51fd19462b644
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl material_DefaultMaterial
+Kd 0.6000000238418579 0.6000000238418579 0.6000000238418579
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_visuals_mesh_0.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e1e0957655fc992a80c1622701f2ec5105476d97
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_gripper_r_finger_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eb273d77c8143e16d00cbb866a835891469389456747e7d8bf135cc48f37874a
+size 291803
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l0_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l0_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l0_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l0_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l0_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2072502b5ecde3903f4e35cfd4999395d8e1a8d9
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l0_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:73411362ac8ed76fc400fb82ff9f5153e62223f2818a05d37ebb17d62650c27f
+size 2182449
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l1_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l1_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l1_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l1_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l1_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..048f5db9af616dd4b0f55f65045cdb552b3b8a84
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l1_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:14bd87cdb9db705ccd683aed2f13e044d17c980cb0ffec1de8c4b86a26206b15
+size 304065
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l2_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l2_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l2_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l2_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l2_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..eb1e5f07b3f2caf53ba1b4ac990fc1c0152867fa
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l2_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ecb5902ae2e9bc7f4ec01c5b21f8fc9227176f3f5cc4400720d433711bc04032
+size 395536
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l3_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l3_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l3_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l3_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l3_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..0a2d22f8e227281406d07b9becf942d8f5ae500f
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l3_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4185f395faec4352604202a48ac3a804d6bf5c9db901c4d56c00c027fe840ccb
+size 389339
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l4_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l4_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l4_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l4_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l4_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..251ebfa512ee133541ec91373615ebaa6f4c7416
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l4_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6ac6d3475e1fce65711142a215e2784d0c3a4e57652e784ba7a638c70e4f4a41
+size 2783262
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l5_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l5_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l5_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l5_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l5_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2606d8d83d541fa77ab43f61258e0c8d3ff34760
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l5_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:64a0e8b1c0ea7193f3b609d754d18ebc0306d7daa3710f3750c063a6fa923fcd
+size 1191272
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l6_visuals.mtl b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l6_visuals.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..c263c587cbe85fd7d707497b654f9c21b0cccc4c
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l6_visuals.mtl
@@ -0,0 +1,7 @@
+newmtl material_sawyer_red
+Kd 0.5 0.10000000149011612 0.10000000149011612
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l6_visuals.obj b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l6_visuals.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f6c45a4b1a24300e9bcf09d3a6d5c64b64b95b95
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/meshes/right_l6_visuals.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:791dad6f80aa9c1fecf59652a15caba3d1be60ac101e8bf09615ab5da46ac026
+size 1105301
diff --git a/robots/Rethink_Robotics_Sawyer/urdf/sawyer_v2.urdf b/robots/Rethink_Robotics_Sawyer/urdf/sawyer_v2.urdf
new file mode 100644
index 0000000000000000000000000000000000000000..910ef4957d85b6fed252716e035b42eb39e54569
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/urdf/sawyer_v2.urdf
@@ -0,0 +1,706 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Rethink_Robotics_Sawyer/usd/sawyer_v2.usd b/robots/Rethink_Robotics_Sawyer/usd/sawyer_v2.usd
new file mode 100644
index 0000000000000000000000000000000000000000..7f23b4b0546f6f4fdd1e9d72a9a14db443f391bb
--- /dev/null
+++ b/robots/Rethink_Robotics_Sawyer/usd/sawyer_v2.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4ee37b0affe901408005d72a0e29acff1598f09bdcbc7cd86ac113abc4f0331b
+size 45296658
diff --git a/robots/Siasun_SO-ARM100/mjcf/CHANGELOG.md b/robots/Siasun_SO-ARM100/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..abc37b2e34d338005ca6b5d0d34fda8e981e0fe8
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Changelog – Standard Open Arm-100 5DOF - Version 1.3 Description
+
+All notable changes to this model will be documented in this file.
+
+## [2025-06-09]
+- Adjusted joint limits to match real robot's physical constraints.
+- Changed primary color of robot to white.
+- Added rest position keyframe.
+
+## [2024-11-25]
+- Initial release.
diff --git a/robots/Siasun_SO-ARM100/mjcf/LICENSE b/robots/Siasun_SO-ARM100/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..261eeb9e9f8b2b4b0d119366dda99c6fd7d35c64
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/robots/Siasun_SO-ARM100/mjcf/README.md b/robots/Siasun_SO-ARM100/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..fb484eec61ec0b1aefa835800c9f6f7150e6f31f
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/README.md
@@ -0,0 +1,33 @@
+# Standard Open Arm-100 5DOF - Version 1.3 Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 3.1.6 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the [Standard Open Arm-100](https://github.com/TheRobotStudio/SO-ARM100/tree/main) developed by [The Robot Studio](https://www.therobotstudio.com/). It is derived from the [publicly available URDF description](https://github.com/TheRobotStudio/SO-ARM100/blob/4e9c5588d8a8415b6a6c2142a0ce8c32207cf3e9/URDF/SO_5DOF_ARM100_8j_URDF.SLDASM/urdf/SO_5DOF_ARM100_8j_URDF.SLDASM.urdf).
+
+
+
+
+
+## URDF → MJCF derivation steps
+
+1. Added `` to the URDF’s `` element to preserve visual geometries.
+2. Loaded the URDF into MuJoCo and saved it as a corresponding MJCF.
+3. Manually edited the MJCF to extract shared properties into the `` section.
+4. Edited original meshes: extracted servos into separate files, manually created convex collision meshes for the gripper jaws.
+5. Added extra box-shaped collision geoms to the gripper for additional contact points.
+6. Added an `exclude` clause to prevent collisions between `Base` and `Rotation_Pitch`.
+7. Added approximate joint limits.
+8. Added position-controlled actuators.
+9. Added `impratio="10"` and `cone="elliptic"` attributes for improved no-slip behavior.
+10. Created `scene.xml` to include the robot, along with a textured ground plane, skybox, and haze.
+
+## License
+
+This model is released under an [Apache-2.0 License](LICENSE).
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Base.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..03bc1a5d0bbba5330f4833a2ee89fdc8825b91bf
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bb8afb0303c0125f265a797625cfaf646ac214d5d2dc9c986348c415755e2a74
+size 443484
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Base_Motor.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Base_Motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..bc3f3a63ce1d14560ec72a7fe8cc65c9af5990e2
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Base_Motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aac4485d448eca418d2a93df3f78f449bd59b21ec1af2a579171819fd44ea576
+size 154284
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw.stl
new file mode 100644
index 0000000000000000000000000000000000000000..4bb2138be0e72d20b944df51984aeb9fcbe17e03
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5528867073033eaa4c27a8087180954f3f0635bd69d517d5cace92f01dd266b2
+size 264584
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Collision_1.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Collision_1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1a3b2fbdb546d8330a28e84d478d171ca2ff26da
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Collision_1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6f83e6b45d9bd3e3af5f624bd514604230609ff9a941702ab890cf366c684dd
+size 1484
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Collision_2.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Collision_2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..13abe79f2ed1e96e6492fdaa784f06a2c0452e7f
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Collision_2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b142e4390f13b15982612e705fa8e593a84c735ed4744aa72e555c06144a740
+size 22284
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Motor.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..98bb0ad86391d635384ab5cb3e3e1ff84843135b
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Fixed_Jaw_Motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0321bfb902d5a119c4f2a934ab4be7e9ea8c93a02e1685f066f99c24a5ca3ecf
+size 151884
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Lower_Arm.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Lower_Arm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..e4d68753a33891eb9b9e56d7ee38961e5109f82e
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Lower_Arm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a04511bc65cbb702b2d6023764de947888b06a09fbf272803f39c22724329a3e
+size 347184
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Lower_Arm_Motor.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Lower_Arm_Motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..bb7c71a30651879d3f5d8d48ce7e08b7164d1c7d
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Lower_Arm_Motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:07368fa4c50dea70e8157accee71072120c0cb374f672c85aba1d081702bc476
+size 151884
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw.stl
new file mode 100644
index 0000000000000000000000000000000000000000..20bfe32f7ba11e39dadd6a4c4f51ba6386922e50
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6d9c923024c75e6f0a8d8300317c4d8a17dd49880260cbc60b7fe5e0c6dadfa8
+size 177184
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_1.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..f43d72a18d5c8da5262cbf1f7a8d1320589ab5c8
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2221d6aab391dda19dd6a65e20d6a6fab3614e375e4b663ec48bc6e71f5bd258
+size 1084
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_2.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..7d23432fffcb1e9a863c47fa15f6f6d5f18a24ec
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:090684040392589bdb07436debf17da0af8998c7b954c252fecf7a59515da020
+size 684
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_3.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3f7dc4d3f0977a04662d18befd98006ddb703229
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Moving_Jaw_Collision_3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f7fd477de449365ba659425a01ac8c3c0f299b8609a6b832968b7fdb616d3746
+size 18884
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Rotation_Pitch.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Rotation_Pitch.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1035e7915b034c95306b413804e800e87fed1fd0
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Rotation_Pitch.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4a1476f57d28d2c065bc0ede6a674cb3ebacf1193372916ef1e0ff32eeb92cf0
+size 347584
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Rotation_Pitch_Motor.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Rotation_Pitch_Motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..61d6fccc7b7ea29f98d227a92de57c8109df7c06
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Rotation_Pitch_Motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4fbcf18d8f2e91d12a767c1679430140dce0c81ea1478cc153bfce3a162db61
+size 154284
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Upper_Arm.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Upper_Arm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..273e98a4b1a51d5b3aa1724132e2f2e31355816f
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Upper_Arm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d97ad37c90400fe39bb2d5ace8b4290f3d1262e13f1d4f166494421752d5f3b7
+size 215184
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Upper_Arm_Motor.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Upper_Arm_Motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..7a195a05c6da71ccbcc0d0e059c071787636e412
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Upper_Arm_Motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bafdb2cb9e9a884e62b5fbf15b1f706a65771da82764dbe703df128d9f34d723
+size 152284
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Wrist_Pitch_Roll.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Wrist_Pitch_Roll.stl
new file mode 100644
index 0000000000000000000000000000000000000000..90f30820a9f77552dfc7d24147b06323c25b8839
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Wrist_Pitch_Roll.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:58e83ce1c8b24e1fa3a79672ea965ea4143986c81a21386dcd6da1cbcfdc94bb
+size 341684
diff --git a/robots/Siasun_SO-ARM100/mjcf/assets/Wrist_Pitch_Roll_Motor.stl b/robots/Siasun_SO-ARM100/mjcf/assets/Wrist_Pitch_Roll_Motor.stl
new file mode 100644
index 0000000000000000000000000000000000000000..d010f37a43799b8f384fdd0198724bf3372b8288
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/assets/Wrist_Pitch_Roll_Motor.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:89ac3fb1d2536fa4f7c40e7449be4b934d7d776f9cd0453c842767f980ff6c18
+size 133684
diff --git a/robots/Siasun_SO-ARM100/mjcf/scene.xml b/robots/Siasun_SO-ARM100/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8efd58b737632e2185b8ac63780374d490cae799
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Siasun_SO-ARM100/mjcf/so_arm100.png b/robots/Siasun_SO-ARM100/mjcf/so_arm100.png
new file mode 100644
index 0000000000000000000000000000000000000000..1ef139fdf76e380f5e9c4214e16a0a7d47e8bedc
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/so_arm100.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:924f95349fe32138b4507f063d8257478e99b1e377978fe2c4bdb229851829ca
+size 806520
diff --git a/robots/Siasun_SO-ARM100/mjcf/so_arm100.xml b/robots/Siasun_SO-ARM100/mjcf/so_arm100.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e1f47e501409a157a90e942773c3bf2310eee32e
--- /dev/null
+++ b/robots/Siasun_SO-ARM100/mjcf/so_arm100.xml
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/UFactory_Lite6/mjcf/CHANGELOG.md b/robots/UFactory_Lite6/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..9fd4f896c57d37729cb7e084137b01853afa16e8
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog – Lite 6 Description
+
+All notable changes to this model will be documented in this file.
+
+## [2023-11-03]
+- Initial release.
diff --git a/robots/UFactory_Lite6/mjcf/LICENSE b/robots/UFactory_Lite6/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..2ac522888a6639e7de4666d8c8e2c25e8eaf21a4
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2018, UFACTORY Inc.
+
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * Neither the name of the copyright holder nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/robots/UFactory_Lite6/mjcf/README.md b/robots/UFactory_Lite6/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..02e2e321690710c06f25c8b2e8e4087ee679a173
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/README.md
@@ -0,0 +1,57 @@
+# Lite 6 Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 3.1.0 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the
+[Lite 6](https://www.ufactory.cc/product-page/ufactory-lite-6) developed by
+[UFactory](https://www.ufactory.cc/). It is derived from the [publicly available
+URDF
+description](https://github.com/xArm-Developer/xarm_ros2/tree/master/xarm_description/urdf/lite6). 3 versions are provided: no gripper, wide gripper, and narrow gripper. The gripper fingers can be attached in two orientations, narrrow (so that they close fully) or wide (so that wider objects can be gripped). This provides some flexibility with the limited range of the gripper.
+
+
+
+ No gripper
+
+
+
+
+
+ Wide gripper configuration, fully closed (initial position) and open
+
+
+
+
+
+ Narrow gripper confgiguration, fully closed (initial position) and open
+
+
+## URDF → MJCF derivation steps
+
+1. Added `` to the URDF's
+ `` clause in order to preserve visual geometries.
+2. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
+3. Manually edited the MJCF to extract common properties into the `` section.
+4. Added actuators.
+5. Added `scene.xml` which includes the robot, with a textured groundplane, skybox, and haze.
+
+### Gripper
+
+The URDF only contains a gripper model for the Lite 6 with the fingers fused to the gripper body. To separate the fingers, the .step file of the fused body from the [Ufactory website](https://www.ufactory.cc/download/) was loaded into Onshape ([file here](https://cad.onshape.com/documents/f60aac1c8ff6af8f490dc855/w/5c0df4bc7414802fc89a514e/e/7dc41825dd66894c14b085ca?renderMode=0&uiState=66bdfb41f48d6a182064f4a4)) and split along the tracks that the fingers run on. Because MuJoCo forms a convex hull for collision meshes, it was necessary to separate the wide fingers into the base and tip for realistic gripping.
+
+Because they are actuated via an air compressor, a single `motor` actuator was used in the model, with an equality constraint to mimic the gearing mechanism that keeps them equidistant from the centre. There is no position control of the gripper.
+
+The moments of inertia were estimated in Onshape due to not having any data from the manufacturer. This was done by choosing a density that matched the mass of the actual part, and assuming a uniform mass distribution (which is not the actual case but should be close enough).
+
+
+
+
+## License
+
+This model is released under a [BSD-3-Clause License](LICENSE).
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_body.stl b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_body.stl
new file mode 100644
index 0000000000000000000000000000000000000000..9f75d1fe258da6bf8b15f04b569d7369520edd99
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_body.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7bf001d6ec55a653bd1b91fa5cb7b37fcb908176cb8719f3ff1104472072a183
+size 74484
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_left_finger_wide_base.stl b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_left_finger_wide_base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..c734acb71573888eb2998620b1771362b50bd09d
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_left_finger_wide_base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dfffdc4a46103b0b9310e157b2655d724992e198782faef0dea0ddb9c181a21e
+size 21784
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_left_finger_wide_tip.stl b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_left_finger_wide_tip.stl
new file mode 100644
index 0000000000000000000000000000000000000000..94ff175770d974ed03a5dce1c6071b208ccecabc
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_left_finger_wide_tip.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:638e3aff8a261caf4cbd0e0d2f7738afe127cbfbabb188549476e45a82c8b7f2
+size 10284
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_right_finger_wide_base.stl b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_right_finger_wide_base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..9f21672dbd4118f29f7198297419a7f611fd1787
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_right_finger_wide_base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1b65c6b0f47efb84e10bd7247ce5ab98e3f4c26985f7213565e0f8f0a99cd75b
+size 21484
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_right_finger_wide_tip.stl b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_right_finger_wide_tip.stl
new file mode 100644
index 0000000000000000000000000000000000000000..05a18438232bce15a067b6de6504d723a00e2c28
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/gripper_lite_right_finger_wide_tip.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:41860d2714b6f7fca22eee478d5370f5f8bf09bc9413627f711a75688be45973
+size 11084
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/link1.stl b/robots/UFactory_Lite6/mjcf/assets/collision/link1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..aec9c632ab8cf20b988b3312e7db9b25170de26f
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/link1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ac91231b9338ecc99dc4f318854f3288d427dbf7d36d5f1a916b7cdb00e0ee8b
+size 42384
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/link2.stl b/robots/UFactory_Lite6/mjcf/assets/collision/link2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..5a7db3ab1adf720e6beaa1a1bdf09cdb9904bbee
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/link2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2945b39ecc4154da30d1ebe5a9b380e742a379fb0902148f2e286672f46ee1db
+size 61484
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/link3.stl b/robots/UFactory_Lite6/mjcf/assets/collision/link3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..e6decfc55e8eca380ca8cdadf25c42b0b6162b2b
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/link3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9af8b412d1f9bc5714be78f4473f28f4ffa91caa0455f215e24e132c8ef433cd
+size 36184
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/link4.stl b/robots/UFactory_Lite6/mjcf/assets/collision/link4.stl
new file mode 100644
index 0000000000000000000000000000000000000000..f5863de9caaf3150a427d047acf5d592ed835233
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/link4.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:17ff580ba7a4477c120374b2e6396940bab2cdc8fad07a34af9ae44b08ee1515
+size 379184
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/link5.stl b/robots/UFactory_Lite6/mjcf/assets/collision/link5.stl
new file mode 100644
index 0000000000000000000000000000000000000000..d481525be18464846d2b1b60b278481fa27bf042
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/link5.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f69ec2478819438078db12412597d51bb815acb66d0e1aaa57d4d0f93630fc9c
+size 352884
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/link6.stl b/robots/UFactory_Lite6/mjcf/assets/collision/link6.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3c13087abcdaa41eea42dc34a5a69175255dad1b
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/link6.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6c2492bd20f3b7216626f00f7e8b63cda12e3faec9b64c6216d1d53022f2ee18
+size 17984
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/link_base.stl b/robots/UFactory_Lite6/mjcf/assets/collision/link_base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..79daa504e17152ff5b154351b7710d62251419a2
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/link_base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:728a2e960227fe8b781e7220e0c9a171e2f746524c5db7875bb15b3a2ce2ff92
+size 69884
diff --git a/robots/UFactory_Lite6/mjcf/assets/collision/vacuum_gripper_lite.stl b/robots/UFactory_Lite6/mjcf/assets/collision/vacuum_gripper_lite.stl
new file mode 100644
index 0000000000000000000000000000000000000000..635f429a3465a7234bbc31bbf872755a1d8200d2
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/collision/vacuum_gripper_lite.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7cbf96105836c7d17200cee4f9fd9b1a0a14fa7622932f5d2a9145677c891a31
+size 22484
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_body.stl b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_body.stl
new file mode 100644
index 0000000000000000000000000000000000000000..4b13f0a225f61a6e73cbf4de414ab09be9de0cd2
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_body.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8784a266e60f8c995990643d8f742be62925a01ad6b27c26a6691376f2b2dfb5
+size 254284
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_left_finger_narrow.stl b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_left_finger_narrow.stl
new file mode 100644
index 0000000000000000000000000000000000000000..b7ae4d0d3dcc97d2ec3a6ef135bc4eb05efb8be9
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_left_finger_narrow.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c064e68c7a23865495ec5b3d7b4813759afb20f8f63d20c9ddd60bebe1cc799
+size 41484
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_left_finger_wide.stl b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_left_finger_wide.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3a7ad89ed337acfcd2ce85acbf499bc3a1c8575a
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_left_finger_wide.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ec6b308915e25beb11e38e45f68c16d3386a318b629406b32dec0f16697edc95
+size 40584
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_right_finger_narrow.stl b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_right_finger_narrow.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a8fbd47c11ebe6e1f8f1e8ea5ecdda54cb7a0264
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_right_finger_narrow.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a2d69e2903802dd65dcea5a995262f8d5de5011b65040a12d772c88115614588
+size 40584
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_right_finger_wide.stl b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_right_finger_wide.stl
new file mode 100644
index 0000000000000000000000000000000000000000..e54ebb900c9ee977ff9bda2fcfc88fb84890a0ba
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/gripper_lite_right_finger_wide.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:31814642efc7cea974d4106088c29483d9ce50f49eed92507aea37b59b469302
+size 41484
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/link1.stl b/robots/UFactory_Lite6/mjcf/assets/visual/link1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..0b421407cc4b875ce54a66133f70555c7df19641
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/link1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:41d28af66c2fbd6a93b9fb5f9cfceb3c1de1f021928006871ae4e9d813f8459a
+size 172584
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/link2.stl b/robots/UFactory_Lite6/mjcf/assets/visual/link2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..8e81c245fc24d895bdc4cd25501bea9d002c910c
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/link2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d082d23629f1fe619bfc664208039e177cf774a6f953c2c1722aec20edd73ca4
+size 207084
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/link3.stl b/robots/UFactory_Lite6/mjcf/assets/visual/link3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..085cee7fc00be318d2bb7d8deecf4aa529bd5f97
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/link3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff11c8164bb932cfdfedf27f875e5d5bd3ae13df128c44809da1bf15b712d759
+size 621084
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/link4.stl b/robots/UFactory_Lite6/mjcf/assets/visual/link4.stl
new file mode 100644
index 0000000000000000000000000000000000000000..9393bc4f3faea2de0780ad50f198ce2b7b66c710
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/link4.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:902ef2e6c6f66f0fa72b8b7e242ea75ea85af7dfd35581997ceaf475e25a4954
+size 752384
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/link5.stl b/robots/UFactory_Lite6/mjcf/assets/visual/link5.stl
new file mode 100644
index 0000000000000000000000000000000000000000..13a1365ac91ace9605b8904c279eab4e91e0aab7
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/link5.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3e0c201146a4444a08493d83a273f81b0298a723186a2bb27ede21c574237a41
+size 541084
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/link6.stl b/robots/UFactory_Lite6/mjcf/assets/visual/link6.stl
new file mode 100644
index 0000000000000000000000000000000000000000..39257c460508cfb71f95f954cccd21558c3b2cfb
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/link6.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36a7bad22997a0938884485997f026b602bd952674a22d3a8e47cc160cde70d8
+size 247884
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/link_base.stl b/robots/UFactory_Lite6/mjcf/assets/visual/link_base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1359ce63a46352fbf20892597dc802e7b45015e5
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/link_base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:84f69488a1de60c76c23f83b1759ed76e9235bd56b4b98b4c997c24c18ba7b42
+size 231884
diff --git a/robots/UFactory_Lite6/mjcf/assets/visual/vacuum_gripper_lite.stl b/robots/UFactory_Lite6/mjcf/assets/visual/vacuum_gripper_lite.stl
new file mode 100644
index 0000000000000000000000000000000000000000..7f5f5080f842f9c4666f8742ecb97ef265027610
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/assets/visual/vacuum_gripper_lite.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:59304e495ac9cd02a569dc3bebef7c3043f29932a1223545063a31bc17e0da20
+size 283184
diff --git a/robots/UFactory_Lite6/mjcf/lite6.png b/robots/UFactory_Lite6/mjcf/lite6.png
new file mode 100644
index 0000000000000000000000000000000000000000..157b2814523dd0eef5a36a34a76b387305f1ce17
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:afa0f4d50ac77207b0e25028654de01ea1a5c1c6f4e5fed1037a1e4ffe40c993
+size 1431785
diff --git a/robots/UFactory_Lite6/mjcf/lite6.xml b/robots/UFactory_Lite6/mjcf/lite6.xml
new file mode 100644
index 0000000000000000000000000000000000000000..94198d1429275d654ad6142aa140e2800fa6bf9f
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6.xml
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow.xml b/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e132aa208791a5e40fa65be1005ba362609e3b67
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow.xml
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow_closed.png b/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow_closed.png
new file mode 100644
index 0000000000000000000000000000000000000000..8a88afe6ca0f702ee1ba7d39f796400e95044553
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow_closed.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a10c81bc38ec04cfd97be89e564300b3e00a6f98d972c4e1e878ba07fee7f93c
+size 192800
diff --git a/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow_open.png b/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow_open.png
new file mode 100644
index 0000000000000000000000000000000000000000..5aad58c93d3d80e0990b8f14692697e995a17671
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6_gripper_narrow_open.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e800381bce14e9af533942fd971bcedd012d9cc4a0fb27202b0db4bb7b3c44e7
+size 214502
diff --git a/robots/UFactory_Lite6/mjcf/lite6_gripper_wide.xml b/robots/UFactory_Lite6/mjcf/lite6_gripper_wide.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d25e40802d8761af75b8520571c3e1f75e2c9dac
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6_gripper_wide.xml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/UFactory_Lite6/mjcf/lite6_gripper_wide_closed.png b/robots/UFactory_Lite6/mjcf/lite6_gripper_wide_closed.png
new file mode 100644
index 0000000000000000000000000000000000000000..7a5899da496ee47677794f4a6a6de0169deb42b2
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6_gripper_wide_closed.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9fe7bc40026fd6179e1c253baf421ce4eac603a159fd0ebd71759b55682e2cfc
+size 245979
diff --git a/robots/UFactory_Lite6/mjcf/lite6_gripper_wide_open.png b/robots/UFactory_Lite6/mjcf/lite6_gripper_wide_open.png
new file mode 100644
index 0000000000000000000000000000000000000000..5478251e06237d21ad6062d05dcc6373cf40485f
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/lite6_gripper_wide_open.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3faaccca5546addc6d714094bc007bd5672ca861562931e0c23456c90e23cee3
+size 227735
diff --git a/robots/UFactory_Lite6/mjcf/scene.xml b/robots/UFactory_Lite6/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e9b560405bba7c7f023533c32b045b31cf76383b
--- /dev/null
+++ b/robots/UFactory_Lite6/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/CHANGELOG.md b/robots/Unitree_Z1_Robotic_Arm/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..314752d9bff9be049ecde7b115bd83d5d6d4be09
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog – Unitree Z1 Description
+
+All notable changes to this model will be documented in this file.
+
+## [2023-12-14]
+- Initial release.
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/LICENSE b/robots/Unitree_Z1_Robotic_Arm/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..e472bbd9217c60020b6949b6d8f3b3ede72acb11
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/LICENSE
@@ -0,0 +1,29 @@
+BSD 3-Clause License
+
+Copyright (c) 2016-2022 HangZhou YuShu TECHNOLOGY CO.,LTD. ("Unitree Robotics")
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/README.md b/robots/Unitree_Z1_Robotic_Arm/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..73516ea065a9fd59dc1f33fd1c5bf842dd7f2b65
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/README.md
@@ -0,0 +1,32 @@
+# Unitree Z1 description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 2.3.3 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the [Z1
+manipulator](https://www.unitree.com/z1/) developed by [Unitree
+Robotics](https://www.unitree.com/). It is derived from the [publicly available
+URDF
+description](https://github.com/unitreerobotics/unitree_ros/blob/master/robots/z1_description/).
+
+
+
+
+
+## URDF → MJCF derivation steps
+
+1. Added `` to the URDF's `` clause in order to preserve visual geometries.
+2. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
+3. Manually edited the MJCF to extract common properties into the `` section.
+4. Added position-control actuators.
+5. Added `scene.xml` which includes the robot, with a textured groundplane, skybox, and haze.
+
+## License
+
+This model is released under a [BSD-3-Clause License](LICENSE).
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a1c3a861006942a2fa357489f4580315e2d4015c
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7b88f56bd0c92448713ce167286cf1a8a27df027081bbcfec68650449fe2aa09
+size 1152684
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_1.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..0bc865417fa64939cdc15effd872e072f2700429
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e5f3f92d4444d58d5bb438af3bb554e3415b822f38d15a00af3f0cda22d6baef
+size 2484
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_2.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a0ad8b2de9ad901417e9ddb6c86cd1c767a71e94
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c236c4bd283c4ad8370ad80a01a778c9f629a72876303cab2c0bbad044d3e5f
+size 2484
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_3.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..f5dc0854dbe8f298de9a63db3d7dc831639395f5
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7cc5f0a728855a6611a8c9545315058a476478675841dcf33f9d4d6f9f8eab8
+size 2484
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_4.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_4.stl
new file mode 100644
index 0000000000000000000000000000000000000000..33c0f38b45c7948f2c8bb24e3f551a6399870cf7
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_4.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0a330f50af07470bc61a7aa5046e2ef74dfeffb75ea0542c4ea171df51d6ebb
+size 4284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_5.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_5.stl
new file mode 100644
index 0000000000000000000000000000000000000000..90771aa4efc7bf9de14c83ea55dd5286b54eeae2
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperMover_col_5.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:13b959c18081ea848b022662ef51c4c9778231ae3393fd197db7290dfb091ad8
+size 4284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator.stl
new file mode 100644
index 0000000000000000000000000000000000000000..4cb7f16c65b0cac738b21749ba2c492aed6b99b2
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f5dc7cc40f53de018c9bc201c14e2602eb10fedbd130609a3ddcb162ed9cee7
+size 2170284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_1.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1376b0e37eb1902e40fb41476a3eab84285bdd9f
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:14e70222863b725f462381cf1cc3b1bb7c078611a7deaa928bac58fca77d5576
+size 684
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_2.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..ecc003258693eb282a4fa97f4189a56c730654aa
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6eff356928ad4f76fe82aa69d7f755ad402ca5b50428dee9aab7ddc4374da0c9
+size 2484
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_3.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..caff3c0e5da08c1a14e4e7b64405261e4e6094b5
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a20f5d9c651e3eda86af3f78dcaabd6a2e906bfd0285f80849bdbca21db58885
+size 2484
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_4.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_4.stl
new file mode 100644
index 0000000000000000000000000000000000000000..2049b20485941f31d4febf7169f8cee5b0d64f4d
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_4.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:10d12c40f52841b250a9aa7d3078e8ee26faad027e7b0098f471bf4364c61b61
+size 1284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_5.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_5.stl
new file mode 100644
index 0000000000000000000000000000000000000000..036a9510ad93aa347b5907a4fd7665479092881c
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_5.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8589982f430e2cf49f34a7fb6910e6881321f4d80ad2d46962200e843f4e9030
+size 6284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_6.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_6.stl
new file mode 100644
index 0000000000000000000000000000000000000000..ece3bf1b144a1f4a25dcc4f6ee3f38a9f7c1b25d
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_GripperStator_col_6.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:385bd1ee96796b8756b208e8b474a0064daf83d334f90097122e54724b285f3d
+size 6284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link00.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link00.stl
new file mode 100644
index 0000000000000000000000000000000000000000..7dc18852a5aa68d8d05d73603ad24915f7a48d3e
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link00.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d75a404679bd85795b09fdc95cfd490211d1bced9a8b9228b2e737394f8dccbf
+size 818684
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link01.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link01.stl
new file mode 100644
index 0000000000000000000000000000000000000000..8ab08328623432f8c767807a37e75486e2ac02a0
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link01.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:489238d3af107b967e57d260887363b3ffc635b2005e378b8f6d881f796da649
+size 2813284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link02.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link02.stl
new file mode 100644
index 0000000000000000000000000000000000000000..3cba89eaa3c5dc8e74fc756d776db9550590a93f
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link02.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:20b767758fce2d00991180abb5893cb1208c99ca912b9d787821ee3f28214949
+size 1306284
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link03.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link03.stl
new file mode 100644
index 0000000000000000000000000000000000000000..d385874955a462f241062498fc6f89ea877947bf
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link03.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bc367e92accb5653e7f59ce8f92c67f6fe5ca58adb6f34b58b10e2c98ac3adf1
+size 1679084
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link04.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link04.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1bc43fb63a9f825050af28b6225a391e0d570e0c
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link04.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cf597837f10e7c062f24234f80c443f1ccd5f29db0eb8acd47f639612248e804
+size 1263884
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link05.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link05.stl
new file mode 100644
index 0000000000000000000000000000000000000000..ed9aaac7372a3c47cf87dd8a52d94e6cc699d737
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link05.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:11672541c399a9fe93621f30f323f012d8216a064749dabf437bf849c0ea81bc
+size 901584
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link06.stl b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link06.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a15b1f2c718088ed0fb824c94c5fc5c0620df3a0
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/assets/z1_Link06.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c6f401da94b1dd329ff3ab4cc094fcab034f514db8edaa95a3e84d457d313431
+size 114584
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/scene.xml b/robots/Unitree_Z1_Robotic_Arm/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c9cc77f975abed27a331606fef559154d4e9a799
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/z1.png b/robots/Unitree_Z1_Robotic_Arm/mjcf/z1.png
new file mode 100644
index 0000000000000000000000000000000000000000..5c349a233c267a57363f70d069f67bb4ad3d66b4
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/z1.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c69072e2d5a9bc25ee3de12465fd362918069b2fa4f7316aa9757bf2885fd5d6
+size 1276742
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/z1.xml b/robots/Unitree_Z1_Robotic_Arm/mjcf/z1.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9e3015bba78b2ad3eea8c088e996575af834a1a9
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/z1.xml
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Unitree_Z1_Robotic_Arm/mjcf/z1_gripper.xml b/robots/Unitree_Z1_Robotic_Arm/mjcf/z1_gripper.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ab6869ef1bf49781a4cdcd1f3cb191f8cc7be94f
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/mjcf/z1_gripper.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link00_visuals_mesh_0.mtl b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link00_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ce4169347a5551d0abc8e2b9623f7bfab1fb22ca
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link00_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl OmniSurface_BrushedMetal
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link00_visuals_mesh_0.obj b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link00_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7c49fe513d31173c6ffcc44bfb7f1d2d1b85fe31
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link00_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a5666e1f6a70053d1c51e9892411bb491236194092d673d0188b9ad359ba28a
+size 3428992
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link01_visuals_mesh_0.mtl b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link01_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ce4169347a5551d0abc8e2b9623f7bfab1fb22ca
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link01_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl OmniSurface_BrushedMetal
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link01_visuals_mesh_0.obj b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link01_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..97af20e55243f409df9337b46eeb86fb781605cd
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link01_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a66af180cfd0514bc56108b141c14ff4b98131f21a4eaa0120f9a79076f5b7e
+size 12066739
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link02_visuals_mesh_0.mtl b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link02_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ce4169347a5551d0abc8e2b9623f7bfab1fb22ca
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link02_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl OmniSurface_BrushedMetal
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link02_visuals_mesh_0.obj b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link02_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7c07dde17d326a8b2d60773f31c589eaf7d3d868
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link02_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8e3f2bf86f7d8aa4d8b28eb74e6da4b9185f8ae589e65b5c79b99c123a03599e
+size 5551795
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link03_visuals_mesh_0.mtl b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link03_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ce4169347a5551d0abc8e2b9623f7bfab1fb22ca
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link03_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl OmniSurface_BrushedMetal
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link03_visuals_mesh_0.obj b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link03_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..bff2bd5fbadbf36130886f9b2ca5b11c1045e417
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link03_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:66897bd11b3d5574fa4e39988f657f56b378ed36dffa75ac1913d300ea683cc3
+size 7105326
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link04_visuals_mesh_0.mtl b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link04_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ce4169347a5551d0abc8e2b9623f7bfab1fb22ca
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link04_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl OmniSurface_BrushedMetal
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link04_visuals_mesh_0.obj b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link04_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..0a719664c5bb6b79e4d27f9e852f1995ee215b5d
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link04_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd4b501bb11e45cf1d072f3488bba52989c8ecb8d69c3e66ef88909b9ead475c
+size 5387273
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link05_visuals_mesh_0.mtl b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link05_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ce4169347a5551d0abc8e2b9623f7bfab1fb22ca
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link05_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl OmniSurface_BrushedMetal
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link05_visuals_mesh_0.obj b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link05_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a1498c3a19b8713ea79172fa76c40ecaebcbf7f3
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link05_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b706b152c9556e89e88ecc4559c5282e18f179785327003ee80529b35ce862cb
+size 3843334
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link06_visuals_mesh_0.mtl b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link06_visuals_mesh_0.mtl
new file mode 100644
index 0000000000000000000000000000000000000000..ce4169347a5551d0abc8e2b9623f7bfab1fb22ca
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link06_visuals_mesh_0.mtl
@@ -0,0 +1,7 @@
+newmtl OmniSurface_BrushedMetal
+Kd 1.0 1.0 1.0
+Ka 1.0 1.0 1.0
+Ks 0.5 0.5 0.5
+Ns 10.0
+Tf 1.0 1.0 1.0
+d 1.0
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link06_visuals_mesh_0.obj b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link06_visuals_mesh_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d93ca2098add745d33fb4592232bfc15a9ed9c38
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/meshes/link06_visuals_mesh_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d256192bafc1f50b807004c5fc533d780c472da800eba863ebd99287255bdaeb
+size 454499
diff --git a/robots/Unitree_Z1_Robotic_Arm/urdf/z1.urdf b/robots/Unitree_Z1_Robotic_Arm/urdf/z1.urdf
new file mode 100644
index 0000000000000000000000000000000000000000..a6890283bb7e739194b28b29527996325933848d
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/urdf/z1.urdf
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Unitree_Z1_Robotic_Arm/usd/z1.usd b/robots/Unitree_Z1_Robotic_Arm/usd/z1.usd
new file mode 100644
index 0000000000000000000000000000000000000000..0d11fe5d2ced8344fb7ab0157812b69e2175ef15
--- /dev/null
+++ b/robots/Unitree_Z1_Robotic_Arm/usd/z1.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c72c359af36a61da1a8311eaa5f3d813dffcd2023f3394907b8442d76efa7f8b
+size 5401
diff --git a/robots/Universal_Robots_UR10e/mjcf/CHANGELOG.md b/robots/Universal_Robots_UR10e/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..b999378a3bc2737dbb1aff36cb55fc50f7b13b86
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog – Universal Robots UR10e Description
+
+All notable changes to this model will be documented in this file.
+
+## [2022-09-07]
+- Initial release.
diff --git a/robots/Universal_Robots_UR10e/mjcf/LICENSE b/robots/Universal_Robots_UR10e/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..f24e07cb6524f2a5e42a466c27c655a9ceb674a6
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/LICENSE
@@ -0,0 +1,26 @@
+Copyright 2018 ROS Industrial Consortium
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation and/or
+other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/robots/Universal_Robots_UR10e/mjcf/README.md b/robots/Universal_Robots_UR10e/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..eda61150b4e75642f880dcc2b173732edb0bce30
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/README.md
@@ -0,0 +1,50 @@
+# Universal Robots UR10e Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 2.3.3 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the
+[UR10e](https://www.universal-robots.com/products/ur10-robot/) developed by
+[Universal Robots](https://www.universal-robots.com/). It is derived from the
+[publicly available URDF
+description](https://github.com/ros-industrial/universal_robot/tree/kinetic-devel/ur_e_description).
+
+
+
+
+
+### URDF → MJCF derivation steps
+
+1. Converted the DAE [mesh
+ files](https://github.com/ros-industrial/universal_robot/tree/kinetic-devel/ur_e_description/meshes/ur10e/visual)
+ to OBJ format using [Blender](https://www.blender.org/).
+ - In this process, the Z axis of the joint that a link is connected to should point up.
+2. Processed `.obj` files with [`obj2mjcf`](https://github.com/kevinzakka/obj2mjcf).
+3. Added `` to the URDF's
+ `` clause in order to preserve visual geometries.
+4. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
+5. Added a tracking light to the base.
+6. Manually edited the MJCF to extract common properties into the `` section.
+7. Manually edited colors to match UR10 colors.
+8. Added position-controlled actuators and joint damping and armature. Note
+ that these values have not been carefully tuned -- contributions are more
+ than welcome to improve them.
+9. Added home joint configuration as a `keyframe`.
+10. Manually designed collision geometries to be as realistic as the UR10's shape.
+11. Added `scene.xml`, which includes the robot, with a textured ground plane, skybox, and haze.
+
+### Notes
+
+Although the model is stable in the `scene.xml`, you might see unstable behavior when combined with
+other models (i.e., Robotiq-2F85 gripper). Switching the integrator from `Euler` to `RK4` helps in
+these cases.
+
+## License
+
+This model is released under a [BSD-3-Clause License](LICENSE).
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/base_0.obj b/robots/Universal_Robots_UR10e/mjcf/assets/base_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..dfaa4aec101d3e6759d3640c89c6d121db41c4af
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/base_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bf32c8c773792ef5d77733faca78f76aac09253d1f27e5d6550d016de7c71805
+size 578010
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/base_1.obj b/robots/Universal_Robots_UR10e/mjcf/assets/base_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..1dc4bff3fbc53398985a7315ec4c1786fc7323de
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/base_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:849a788074d7670d9ba736f80b36622777d533eff883ccc973c916e1662a4fc1
+size 656746
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/forearm_0.obj b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..fbba201a6f12c64eeca68a6a320dbbf38f6260a9
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7bdcfc8879ee27eedbcf9bda49133209a8988869ca810abed12510da52aec6ce
+size 3055054
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/forearm_1.obj b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..198a38e1ec00e2084e2aa5c91b7b117895d1fdf4
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:add3f9150c7a39f9619d7a13cb730f836b0f5bb0538d22998b2ef2531ccb231d
+size 1154387
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/forearm_2.obj b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5c1cdc44f102f86cdd8f88a78048ac6441e75ac8
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7a4ef8ebc423dc89f3b709de5331e6546ba619515ab4e9f4173e1c4df50928c
+size 300496
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/forearm_3.obj b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_3.obj
new file mode 100644
index 0000000000000000000000000000000000000000..8d470fc153bd1a7fe5a7fef5cafc71d994fc1be4
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/forearm_3.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7963bc45f0caa7891e16e0e3aaf1b8255ccb31c45eb2e7189ae41ab79d769c6c
+size 114804
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_0.obj b/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..c1fe36ce6404e273723b2c68f9a8da4512a29649
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dc2cb7d3c9a89fd5a7cc954f72448e0b096b8a55bd2552fbb5012cb63a8665ad
+size 3491586
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_1.obj b/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..60c813853d44c25ee99564be44740309ce50a5a2
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:29300890574301e471272b609462df7ce4c740c94b28d5d397742344884034dd
+size 552402
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_2.obj b/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..97ca83815351eba39bc33cce63084cb9949ac6cb
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/shoulder_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c9d28de31d417e478e807ac181ca713ae85cd3e2ec7e2ee59411ffa441a1ea7c
+size 3692490
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_0.obj b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..122973fd6f4eac63cfe20f7882c15afa3c68c3ff
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:443e65b87bd6494ce60e1020750b8d12d75fb647b15a0a20c46cf6bcdd367189
+size 978812
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_1.obj b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..04da7f3f9a4d3d56cee2f4e6c0329bc5eec0ab00
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1faf80f2049a7d5f423ee5cb64b3660ffe7a7268952e547e0c41b0d8a8381280
+size 3920017
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_2.obj b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..d48ea0ad00a2d3db709e5f720614d121fc929528
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6bcadcbab26e2c93b6e6d1148d9f1ec3afbaed601d4b1c33e3ac655cd2713fce
+size 5538225
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_3.obj b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_3.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7eaf764207f25b63a2bf6de792a6bbdd1dd1482e
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/upperarm_3.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:19b05ed2b694965b8aae32495297223f03c2c0fa21db9baa5283f3225abcc311
+size 130018
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_0.obj b/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b0e1fe06d44da96ce0f531e95e6e5f46b8aa9abd
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:29c7986338deaaac9c08e178cae1f6a6b72d35baeab9e431e0c9e0c94ad098d9
+size 560118
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_1.obj b/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5b6d5b0c4e25e26631ae04cb57967d98cba46d7d
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:793966ed9435327bbf6321bf519b20b5a5fc224af7b6cc3d77c5aa55facd97a2
+size 3345961
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_2.obj b/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..76854641be913a41108f5b71164069af1ef7f697
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/wrist1_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f4ee5635420d34e25a4daa776a5c2eb0b9b5b16e952b98f298eee77bf9755aa
+size 241142
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_0.obj b/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..11fe157b4334dea8b721e26177afc7ed7e649a17
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a0a095dcd76a4658124530de86c5fe578d7a82d0dd2843345f75f2c37951d4b5
+size 866932
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_1.obj b/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..712e7db1141dd2a9aaaf807c11bba7cf7d484398
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:613d0933859d74cef3afce04023c7bec7e600fef8461bd5a8fa687fc73b5297c
+size 3618395
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_2.obj b/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..f0ec3251758abcb89b49e1be36404483448a8bc5
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/wrist2_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8c3a94f34998629636c0b947d6f0122dbb675e51fa8885502d20cc1d7fdb7a3c
+size 268250
diff --git a/robots/Universal_Robots_UR10e/mjcf/assets/wrist3.obj b/robots/Universal_Robots_UR10e/mjcf/assets/wrist3.obj
new file mode 100644
index 0000000000000000000000000000000000000000..7c8d1c4ea9164d5df373e15d359e2d965484fbd1
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/assets/wrist3.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7d125e3585fe8a208042ea1dfd39e178efa946604e0e89c4f7dc1467a6354b22
+size 230756
diff --git a/robots/Universal_Robots_UR10e/mjcf/scene.xml b/robots/Universal_Robots_UR10e/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4e992b2cf4aa99154c8a7702c2c5835ffe6ea598
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Universal_Robots_UR10e/mjcf/ur10e.png b/robots/Universal_Robots_UR10e/mjcf/ur10e.png
new file mode 100644
index 0000000000000000000000000000000000000000..c9a16d89ba64645a15ef4b1f4ce09eda1ace4f25
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/ur10e.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d2b5d0884bef58d7cb91696599d199a916592423947f506900a102139f769a3f
+size 1997579
diff --git a/robots/Universal_Robots_UR10e/mjcf/ur10e.xml b/robots/Universal_Robots_UR10e/mjcf/ur10e.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0c10876ba057419cb948b339f7d7c8774496d799
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/mjcf/ur10e.xml
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/base.stl b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..57d15dec96fbd73864f6a0a52313f8d0132f08e5
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8a214f3f650e703fa081bd4bd8b1caeb0667598bec22d8b0e572efb97d06e957
+size 22984
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/forearm.stl b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/forearm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..5635fe7a411c582579a68ec597630a5f77fa799d
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/forearm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7005ed835336ec03ce6a299a356c774bfe2ba989051e37b2a66406173dcb3c96
+size 67284
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/shoulder.stl b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/shoulder.stl
new file mode 100644
index 0000000000000000000000000000000000000000..8c896e3cf3edaab791001a3246c2e4154be5d341
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/shoulder.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3f7c5f7ee742cf2d57130829be9f20b25625b3513d676ac5e20ca46ae84fd528
+size 85284
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/upperarm.stl b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/upperarm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..16d288d0b07fd8cb25a67062c2d387eb81fe051c
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/upperarm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:663a935951c802b1c16ad7478e7ce754b2d48efb828bbe5d3915fb6bb51cd7db
+size 93784
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist1.stl b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..1cdf56fc3c1e1c655f25ca26b777d3975b242d31
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1408c3a0a29385fefe30ed44fceca56d2254f51ea93c75c404976816992324cc
+size 66984
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist2.stl b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..460ad03e69a5860db6fbd9062fa511f8d91e8430
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b9e74eab991af3dc9d38c3dfaad2c5bc69591fadc855f7966627ba4d0956579
+size 89184
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist3.stl b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..f01d3353071ba77b3384876efe51711a188b219d
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/collision/wrist3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7038904dd03dfea56212191ac61d26746b379dbddfd517b905e13c01e1c12e6a
+size 6984
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/base.dae b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/base.dae
new file mode 100644
index 0000000000000000000000000000000000000000..705196a01acf6bed5e4700f45346df7cc5b62271
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/base.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0085d7f98ff3a66b6e753c9fac62bf3ce4aa1258d90752d5eeda82b80c13a524
+size 370617
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/forearm.dae b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/forearm.dae
new file mode 100644
index 0000000000000000000000000000000000000000..47f73143cb694fac21af7035cd36b97455d7ac6c
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/forearm.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f29caa6868a7f1a9e0476efc6fc960bc629e86f621bc8e40a17e4c3b78fd99fc
+size 1375879
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/shoulder.dae b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/shoulder.dae
new file mode 100644
index 0000000000000000000000000000000000000000..b748c89765af8192af824e0bcaf9ea104f40f709
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/shoulder.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0bfe5d42b2d135692276efb1537f746b89a491d48e8be90448b632856b2a52d3
+size 2344670
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/upperarm.dae b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/upperarm.dae
new file mode 100644
index 0000000000000000000000000000000000000000..84d44a05bf0de43efbf380404dd62d61443c4e8d
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/upperarm.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0617eee74c1d98c2f27f98732244a48d0da4d59847c87e610a2387cc97ba2de6
+size 3168983
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist1.dae b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist1.dae
new file mode 100644
index 0000000000000000000000000000000000000000..f97001d10421a98729baa6452c46784d86217996
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist1.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c209b7279e9e6d4bda8a54c2c81bb8b3436bc00d1da2b9faf77e195688e45c89
+size 1241548
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist2.dae b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist2.dae
new file mode 100644
index 0000000000000000000000000000000000000000..1ad6ad137079194e135e3960a6e5883eeea4f3e1
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist2.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9c7a830db19554c3bfc5397bcec20c65b5f942e07e0894c7d5d898e0cb9ba6c5
+size 1428001
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist3.dae b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist3.dae
new file mode 100644
index 0000000000000000000000000000000000000000..29de0091bdedaa5111ecb4a5ff1806540d5b6627
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meshes/ur10e/visual/wrist3.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7f9b06263287b4235f61b323f5cc486624bfb55d12e9814f90c3df065de8a045
+size 71926
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/meta-information.json b/robots/Universal_Robots_UR10e/urdf/ur_description/meta-information.json
new file mode 100644
index 0000000000000000000000000000000000000000..4d661e3b82232d44285e94fd6c184559ee9da897
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/meta-information.json
@@ -0,0 +1,88 @@
+{
+ "robots": [
+ {
+ "name": "UR3",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur3.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 240
+ },
+ {
+ "name": "UR5",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur5.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 241
+ },
+ {
+ "name": "UR10",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur10.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 242
+ },
+ {
+ "name": "UR3e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur3e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 243
+ },
+ {
+ "name": "UR5e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur5e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 244
+ },
+ {
+ "name": "UR10e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur10e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 245
+ },
+ {
+ "name": "UR16e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur16e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 246
+ }
+ ]
+}
\ No newline at end of file
diff --git a/robots/Universal_Robots_UR10e/urdf/ur_description/urdf/ur10e.urdf b/robots/Universal_Robots_UR10e/urdf/ur_description/urdf/ur10e.urdf
new file mode 100644
index 0000000000000000000000000000000000000000..fc5f08b4d266c50bfc9b488700e14589141deae0
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/urdf/ur_description/urdf/ur10e.urdf
@@ -0,0 +1,360 @@
+
+
+
+
+
+
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Universal_Robots_UR10e/usd/.thumbs/256x256/ur11e.usd.png b/robots/Universal_Robots_UR10e/usd/.thumbs/256x256/ur11e.usd.png
new file mode 100644
index 0000000000000000000000000000000000000000..ab0766859b7a0f4346622b4129f56a741a063a92
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/usd/.thumbs/256x256/ur11e.usd.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aa71d5d56a9b3433b8c8be9cbc3fa0f41741e6a498acbaf2fe89ad9804ea2d09
+size 19350
diff --git a/robots/Universal_Robots_UR10e/usd/.thumbs/256x256/ur5e.usd.png b/robots/Universal_Robots_UR10e/usd/.thumbs/256x256/ur5e.usd.png
new file mode 100644
index 0000000000000000000000000000000000000000..e7105b5f0eabdccd0d1b2b30f8021907a95d89fb
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/usd/.thumbs/256x256/ur5e.usd.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:275a534c57ffedd3783bc188f92bbe3579f5ad5933731f17758665c4bef40ba7
+size 19374
diff --git a/robots/Universal_Robots_UR10e/usd/ur10e.usd b/robots/Universal_Robots_UR10e/usd/ur10e.usd
new file mode 100644
index 0000000000000000000000000000000000000000..99d735fa85e05d598be3692967ab97fa360e2616
--- /dev/null
+++ b/robots/Universal_Robots_UR10e/usd/ur10e.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:58548e7ff3fb75b3ad549861ebc8bc44e3f3c8ab43734c2031978c5aa8146377
+size 4248
diff --git a/robots/Universal_Robots_UR5e/check.py b/robots/Universal_Robots_UR5e/check.py
new file mode 100644
index 0000000000000000000000000000000000000000..b4b3a2a1db676a3b9b54eefbedd41931c1eea923
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/check.py
@@ -0,0 +1,10 @@
+from pxr import Usd, UsdPhysics
+
+stage = Usd.Stage.Open("/home/zuo/Documents/RoboVerse/roboverse_data/robots/universal_robots_ur5e/ur5e/ur5e.usd")
+for prim in stage.Traverse():
+ if prim.IsA(UsdPhysics.RevoluteJoint) or prim.IsA(UsdPhysics.PrismaticJoint):
+ joint = UsdPhysics.RevoluteJoint(prim) if prim.IsA(UsdPhysics.RevoluteJoint) else UsdPhysics.PrismaticJoint(prim)
+ name = prim.GetPath().pathString
+ lo = joint.GetLowerLimitAttr().Get()
+ hi = joint.GetUpperLimitAttr().Get()
+ print(name, lo, hi)
diff --git a/robots/Universal_Robots_UR5e/mjcf/CHANGELOG.md b/robots/Universal_Robots_UR5e/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..9fb3c15bda6aa86a68fd9b3a8883201fa0824ed7
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Changelog – Universal Robots UR5e Description
+
+All notable changes to this model will be documented in this file.
+
+## [2022-09-07]
+- Initial release.
diff --git a/robots/Universal_Robots_UR5e/mjcf/LICENSE b/robots/Universal_Robots_UR5e/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..f24e07cb6524f2a5e42a466c27c655a9ceb674a6
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/LICENSE
@@ -0,0 +1,26 @@
+Copyright 2018 ROS Industrial Consortium
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation and/or
+other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its contributors
+may be used to endorse or promote products derived from this software without
+specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/robots/Universal_Robots_UR5e/mjcf/README.md b/robots/Universal_Robots_UR5e/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..d73bd4ef1b74ad3ead04535a7d7a48a9fb0161fc
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/README.md
@@ -0,0 +1,41 @@
+# Universal Robots UR5e Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 2.3.3 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the
+[UR5e](https://www.universal-robots.com/products/ur5-robot/) developed by
+[Universal Robots](https://www.universal-robots.com/). It is derived from the
+[publicly available URDF
+description](https://github.com/ros-industrial/universal_robot/tree/kinetic-devel/ur_e_description).
+
+
+
+
+
+### URDF → MJCF derivation steps
+
+1. Converted the DAE [mesh
+ files](https://github.com/ros-industrial/universal_robot/tree/kinetic-devel/ur_e_description/meshes/ur5e/visual)
+ to OBJ format using [Blender](https://www.blender.org/).
+2. Processed `.obj` files with [`obj2mjcf`](https://github.com/kevinzakka/obj2mjcf).
+3. Added `` to the URDF's
+ `` clause in order to preserve visual geometries.
+4. Loaded the URDF into MuJoCo and saved a corresponding MJCF.
+5. Added a tracking light to the base.
+6. Manually edited the MJCF to extract common properties into the `` section.
+7. Added position-controlled actuators. Max joint torque values were taken from
+ [here](https://www.universal-robots.com/articles/ur/robot-care-maintenance/max-joint-torques/).
+8. Added home joint configuration as a `keyframe`.
+9. Manually designed collision geometries.
+10. Added `scene.xml` which includes the robot, with a textured ground plane, skybox and haze.
+
+## License
+
+This model is released under a [BSD-3-Clause License](LICENSE).
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/base_0.obj b/robots/Universal_Robots_UR5e/mjcf/assets/base_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9f5edd6b0a4241c3cb3af35c6d01ec7b9dfc79a2
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/base_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a3b21f1524baef6af8a52d7af90b6e94b79f7e3c2b04a0f6581f74d22291b0b
+size 556543
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/base_0.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/base_0.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..9c6c9ff6faf0d495bf8dc1f3641ead9d7ead440e
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/base_0.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:db5d3dcde468d3fedea6b6d43bdebb6bcc6d27a923997787cc6a5219a866e454
+size 172081
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/base_1.obj b/robots/Universal_Robots_UR5e/mjcf/assets/base_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3f7197b266358d00ce2b2cb2af67d27eecb4ea9d
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/base_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cf7d54691a2c1eeda280955ebd6bd83c2dbecfc46fb53c10198f05d107511b50
+size 638415
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/base_1.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/base_1.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..b9fca17dc75aaf7ffb6aec8263f4a3f1c63a5111
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/base_1.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d837e9f7cdc3ae1e05b19f86a90d9db653fc34084090abd9d0cdbc7b9d725476
+size 198554
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_0.obj b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..5e628e7a114545200eb957bbee1953f04a2c57ef
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:64c049a55149c2ab355594d52302b53d3e34da3677ceaa1917c427cde7743146
+size 1691648
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_0.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_0.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..2bf61a1cd1b92df4684602652e998639f574479b
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_0.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1bb3ec478a4f33b7effa3979d4eef194c61db06577fb2586971762b16525713a
+size 502529
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_1.obj b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b004e9e71e1e6262cacd214946e0aec79187056d
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a96fe203015cf532b193f414cd01268c7c36795e51a837dd33afd122334f81f2
+size 76202
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_1.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_1.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..70f742d97e485e414930affcf44273a264983d8a
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_1.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:782d7478fd46b3178abb092da3eb9852d56d25c3725bbb0259086877cb24b9b4
+size 25613
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_2.obj b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..b525ef6113ac8c411d84a1e01a08dd2c323a21dd
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:05b436505fc595aeab26675590c2b56b88a65b2d52d6352096fed9f07cb4c4ca
+size 932534
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_2.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_2.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..1ca8ce3efd53355d6dc67a54995adef6a6b7183a
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_2.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e25d04528810beb62fa804cab46221c12b5e36b74f5de4a09552cc015564b622
+size 284816
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_3.obj b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_3.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3c0271346433a8379d7f59718ca9ca5150776e46
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_3.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fa31af19cfad7a765b62e8a2d5931cb014b88de84195a7850b4e5ee902112e9a
+size 1095775
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/forearm_3.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_3.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..86cecd0b558619b22ae61a7f56147fee08fdc3aa
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/forearm_3.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:68b9dcf484d841518fb4317abb09c4ba190842f4a62f299f090d8d077720bd10
+size 339385
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_0.obj b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..18c8068cbc120e1dc49910baf5b2da5ccbe4fff8
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:477387a7e7312782a6040484a3c2c2fcee33f40109f419076e31b6f6e1692c68
+size 2947794
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_0.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_0.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..30bca99c434cea91986185eea833f414d1269c8f
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_0.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:395330468994648266970d96e1ee0198f8198d4403312125431187b4298fbe0f
+size 879592
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_1.obj b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2c4181fe84c9f09002fff1a0aa847b75efb5c45d
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8537bba02804640ddf6e260f79fe66e895b3229ed3d44298a95e8e027eb5d435
+size 569646
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_1.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_1.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..80c91624bdcfc784e529aaf4a3baad8739510c2f
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_1.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:003e341fe64329550f562238f135226d618d0d99e0859314ced3a04817f30938
+size 175512
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_2.obj b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..64ef2bfb3db86e535dba6bd54173822983e5aa9b
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:291714518416bb8f0bafbf123867db011ecbf5146a05245ca5893ee8c57d4e21
+size 2440344
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_2.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_2.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..f95a75d44fa6d77b9b15647c1c52d364dfc81f7f
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/shoulder_2.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c0e8c7bb85dafb2410cdb6129fa55e3de89653332e5a0efa94ff3b41987fd3bf
+size 732791
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_0.obj b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..396cb8c43a2a499145cb2c52e529842afbc3239a
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:14143d4f1175a7dbacc8e2f2f98f1cac5a2b2e238cd46cd03654d31f2610eb53
+size 156252
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_0.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_0.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..3b48a007b91621c731f32f63d723cda79916fb9b
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_0.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:09b154b6d3d847b61dd215805f50ca34bcb58034d3d8d449f175e2cae7f64452
+size 49453
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_1.obj b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..ec76e1bb4ecadec193fddd66ff45a0fbee5bd45d
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:272899e927f4a32b7c25e34560ec70654c0346cc8ed1c616c0555f3f53b32d14
+size 1090164
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_1.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_1.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..08ffb9c08fba2129e3a65373f3e440a600c662f2
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_1.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c1d28089c73517d3e3766fab3fc9b934c17600d2b1e68975545eec501d08d77
+size 329557
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_2.obj b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..9485a7b9387ba50759cd640304524e3c6b37842e
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:86c05350d60eb0e7e28a81b544267478b7db997baba41cef19088ebbeffecfa1
+size 3677923
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_2.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_2.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..45ce87a9c9b969aa592276af77aec76495d6e991
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_2.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:49f9875e956f05494292bc9f05a323891b0f136890c4c7d54474dad10479f5ea
+size 1101846
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_3.obj b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_3.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2885fa4676bd39ec49014ad75f9e640315796db4
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_3.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b257dab441e6fab64ea03b4b87029d8a96554ad1a513cce944d56acba0ad948a
+size 5346165
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_3.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_3.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..18dd6842c82aa13a24ecc8de7af9fdadcafe31a3
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/upperarm_3.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4878a27cb3b4c934d3d8bcd93063e092da641dfd529db34b49dd49df253a9b73
+size 1593598
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_0.obj b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..3be8051c1dda1b6415cd25380fdb33f130a7c7ed
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7ef0c59b5c5d56a9902435c9a058b27d2a38c85fe2bae02d00a9284dd1f4d519
+size 278871
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_0.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_0.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..7a0594086ba6dc6a49b90407196d09afffe9143c
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_0.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:37bba53c1756e5c15182b8936f0eea42799a4a4cdff4f05210fc340c3a9cfd64
+size 88379
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_1.obj b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..887afea2795f5d33a5eb22d537880274c09e133c
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ee6d5c562e6becef94109b0543329080d285d1aef521a01ed98e18a5bf1e8684
+size 2470967
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_1.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_1.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..8406ff8d279a8c6881ec27d1e7cbc71305eaa5e1
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_1.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:535977f35eabd379f1b1c41fe6a171ce43f78956d8b86fcbed04aaf87a3d392e
+size 731615
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_2.obj b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..01d6645bdff29d3b6dee4172d5850c60d92e3c30
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:88c66dc64f15391287147d50add37729a3f41dadd80b1f859cf2cb6d45daf32a
+size 1657638
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_2.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_2.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..2b835d108440f9c0a1b579dbd56fdb8370b68126
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist1_2.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:260be616eb2c551ae7a71efe1a4106439bf2bff976dbcb26ea62c04136fa2da6
+size 503625
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_0.obj b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_0.obj
new file mode 100644
index 0000000000000000000000000000000000000000..2e107b9439a3cd4c6c3dc2156cb250a7fd1793be
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_0.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2ac2e2e39d8f7005bc3b3ab26cd61634be2e14930074615da5318b9ee7c569a8
+size 846741
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_0.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_0.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..b81be59d4086a55d3cf6565348670c42dceb4b92
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_0.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ff51aaabbbedb1b540239b92b38b95c5a094e80d9f61d84cb77c667d05372a12
+size 262449
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_1.obj b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_1.obj
new file mode 100644
index 0000000000000000000000000000000000000000..cb519282491ceddcbfe7fafe371077ff51bd556c
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_1.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a721d06dc61d3b3a8ec58c035c9e3358ed30d6991a72e077d8abf3c3c203b633
+size 2156900
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_1.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_1.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..3d0192802078a820adae10caf388d547beb48830
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_1.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f0977c7a10b2e283e1751e2e05dfb3976e81688f9ff5e95ed0720b34d946a738
+size 639791
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_2.obj b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_2.obj
new file mode 100644
index 0000000000000000000000000000000000000000..e4ac142d7edc6e5a1bba6b0054c6451c0369aeeb
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_2.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6df4335c8bd5e881fda2c224f770115ffe9ddd0cd321ebe3c0a4a310796f0987
+size 2141392
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_2.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_2.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..0a2d8593587aa5810ff0ef915a81acf2226cb47e
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist2_2.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bbc3422a58dbfb82dbdfa9a4ce14914ef07a940ead788b87abeb84c9c61125fc
+size 647026
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist3.obj b/robots/Universal_Robots_UR5e/mjcf/assets/wrist3.obj
new file mode 100644
index 0000000000000000000000000000000000000000..a7cc3ab528e972a5dc14172efed859502d3c27b9
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist3.obj
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0e51748f9c93bd66604360a5cf7e2e8a6e754550be64076333ff4fc19ec90c61
+size 211390
diff --git a/robots/Universal_Robots_UR5e/mjcf/assets/wrist3.tmp.usd b/robots/Universal_Robots_UR5e/mjcf/assets/wrist3.tmp.usd
new file mode 100644
index 0000000000000000000000000000000000000000..0aa56f9eaa270b76baa70c5d0159fec49fa4f180
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/assets/wrist3.tmp.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7d20e1a261ab66455c14372661ca81a92e7ed2f49a0013401a589860911a658
+size 68638
diff --git a/robots/Universal_Robots_UR5e/mjcf/scene.xml b/robots/Universal_Robots_UR5e/mjcf/scene.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e60f19a51a85eb6a1846bd735c27da21ffbc24a2
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/scene.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Universal_Robots_UR5e/mjcf/ur5e.png b/robots/Universal_Robots_UR5e/mjcf/ur5e.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e35969a7678834634f9abcc89cfb6f4a6886514
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/ur5e.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90310086f1187fcda94252ff68f8c4f8be97f65bec8f4eea449179b0979da795
+size 1956670
diff --git a/robots/Universal_Robots_UR5e/mjcf/ur5e.xml b/robots/Universal_Robots_UR5e/mjcf/ur5e.xml
new file mode 100644
index 0000000000000000000000000000000000000000..915aaa0e26885569f127b7476dccc38edf495d19
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/ur5e.xml
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_base.usd b/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_base.usd
new file mode 100644
index 0000000000000000000000000000000000000000..e48975616689036107ff6fcf772000a08e8e77f2
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_base.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0395fabd6e3205ebdcfaa81968d280e6481f82539fbd4d2258a5a638b9229e40
+size 9309811
diff --git a/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_physics.usd b/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_physics.usd
new file mode 100644
index 0000000000000000000000000000000000000000..c36a806e1139f7eb836e9f8d2a5dbddf9a2a4202
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_physics.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c56f78298f3240b2e18f66589ea27d674e3dd9541dd14dfef79e2ddf81584981
+size 4428
diff --git a/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_sensor.usd b/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_sensor.usd
new file mode 100644
index 0000000000000000000000000000000000000000..56f568baf2d2d925a8946c5bbded8ed22fbb5333
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/ur5e/configuration/ur5e_sensor.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69bb68b23539850cdce5c8edd4382930a4c93ad91736b56636cc5e29f8483623
+size 644
diff --git a/robots/Universal_Robots_UR5e/mjcf/ur5e/ur5e.usd b/robots/Universal_Robots_UR5e/mjcf/ur5e/ur5e.usd
new file mode 100644
index 0000000000000000000000000000000000000000..a0fb2d2fd5059a25ba93eeebc74dce0ec729baaa
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/mjcf/ur5e/ur5e.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d62481b881c0e940b77ff7df132fbcb0c0b7bca37f04ee7add3e45919c9dd77e
+size 1403
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/base.stl b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/base.stl
new file mode 100644
index 0000000000000000000000000000000000000000..17532f8b2337d284b57814b0b04df1cad492e7f1
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/base.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a145e0d46f2130afdf2a2e8825a00a929870c4c3d6d8e4d1adc5f04db3aac1b
+size 21084
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/forearm.stl b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/forearm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..f45e03826c43012b7d691055029ff858dd11173d
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/forearm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2e7423cab807c34160ec4f770daee5e747d70e777eb01b7beeace2b8c5751816
+size 53284
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/shoulder.stl b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/shoulder.stl
new file mode 100644
index 0000000000000000000000000000000000000000..2afa86568142f0b614e766e149fd19b5ca23ff43
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/shoulder.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ceb92532177daa77682f5fbd628e01c2137d168f949a7a706ce1dabe9f002387
+size 70084
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/upperarm.stl b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/upperarm.stl
new file mode 100644
index 0000000000000000000000000000000000000000..d0535c386a41cb0f1086573e24660180d3635c2d
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/upperarm.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ee893044caf00075cb55b4cf666d1f1311c7979786212a501009f33bee945209
+size 99684
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist1.stl b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist1.stl
new file mode 100644
index 0000000000000000000000000000000000000000..a4c0a83322115f8d31fbcf8a8a83968fd01497fa
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist1.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8c9f9337b6fd98c75f052e96de10e14a107ddb6874ba6b904e546f8a4e4f43a
+size 59584
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist2.stl b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist2.stl
new file mode 100644
index 0000000000000000000000000000000000000000..44ce896e6b5194de0a569779e5dd2e8766552685
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist2.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2964a63f60ce3e3cf3ad55bcf190d7876d50e373cb64b70a57cea5885eaf3c86
+size 67584
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist3.stl b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist3.stl
new file mode 100644
index 0000000000000000000000000000000000000000..2db25af90ecf3a43388f22482dd8344c34380df5
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/collision/wrist3.stl
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:83b3666b4ae2badd54af0d2c25a921682ecbc29e849eec646c3ed55fb74c78a3
+size 7184
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/base.dae b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/base.dae
new file mode 100644
index 0000000000000000000000000000000000000000..858cb12e429b814657e2cef0309956e930c18dd7
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/base.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a7d37bb19bd062ca80ea00dfcd758b1145455c5cfad87d41756b101ac5b2a8a4
+size 358055
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/forearm.dae b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/forearm.dae
new file mode 100644
index 0000000000000000000000000000000000000000..2483da94c077d3cb5a078906a71730bda836e628
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/forearm.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6cb2f094ffba59f124f70881cabea985abfd399f2fbbe76fba7c18d2ece943b9
+size 1140936
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/shoulder.dae b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/shoulder.dae
new file mode 100644
index 0000000000000000000000000000000000000000..d942729f28425811f372408f256c60f5c3279f35
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/shoulder.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b2b58abbef50ce03d4704465d3b619a7da5b2ecb2efc236eadfd221116cbbef0
+size 1797082
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/upperarm.dae b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/upperarm.dae
new file mode 100644
index 0000000000000000000000000000000000000000..712cceaaaffa5c2e96e060dbd4304faeee0ef8b6
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/upperarm.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6486526456e11585a41080958b97a0c8821da856e93b2059c74b07f8102bf6cd
+size 3082485
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist1.dae b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist1.dae
new file mode 100644
index 0000000000000000000000000000000000000000..4eaa7dba1291817b44551da862aadb5c7d4823ba
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist1.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c36649cf4deec6da427d72d45163a059dcb668eb61aac760d5f2f979948fa13a
+size 1334662
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist2.dae b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist2.dae
new file mode 100644
index 0000000000000000000000000000000000000000..351f8942d4d382b536eb75fe4570e97b48be4596
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist2.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c99f5538357a7b42a9b207a12e52e713dd3eb7e587645144bde7ab31c1cfc76b
+size 1554838
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist3.dae b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist3.dae
new file mode 100644
index 0000000000000000000000000000000000000000..4a91d5b7bd2c2709dc0ddbc0a8391327570fbcc7
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meshes/ur5e/visual/wrist3.dae
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f5d4f544ae72698a41f75ed4897a76386a91b814dff22e30e93a5bd105a717c
+size 66076
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/meta-information.json b/robots/Universal_Robots_UR5e/urdf/ur_description/meta-information.json
new file mode 100644
index 0000000000000000000000000000000000000000..4d661e3b82232d44285e94fd6c184559ee9da897
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/meta-information.json
@@ -0,0 +1,88 @@
+{
+ "robots": [
+ {
+ "name": "UR3",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur3.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 240
+ },
+ {
+ "name": "UR5",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur5.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 241
+ },
+ {
+ "name": "UR10",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur10.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 242
+ },
+ {
+ "name": "UR3e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur3e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 243
+ },
+ {
+ "name": "UR5e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur5e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 244
+ },
+ {
+ "name": "UR10e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur10e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 245
+ },
+ {
+ "name": "UR16e",
+ "type": "robotic arm",
+ "manufacturer": "Universal Robots",
+ "xacro-generated": true,
+ "urdf": [
+ "urdf/ur16e.urdf"
+ ],
+ "variant": null,
+ "source-link": "https://github.com/ros-industrial/universal_robot/tree/6507bb6756d0065d49b76230ff55f875f099a827/ur_description",
+ "id": 246
+ }
+ ]
+}
\ No newline at end of file
diff --git a/robots/Universal_Robots_UR5e/urdf/ur_description/urdf/ur5e.urdf b/robots/Universal_Robots_UR5e/urdf/ur_description/urdf/ur5e.urdf
new file mode 100644
index 0000000000000000000000000000000000000000..382c563ed15108350f35001b14297691b92efe33
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/urdf/ur_description/urdf/ur5e.urdf
@@ -0,0 +1,366 @@
+
+
+
+
+
+
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+ transmission_interface/SimpleTransmission
+
+ hardware_interface/PositionJointInterface
+
+
+ 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots/Universal_Robots_UR5e/usd/.thumbs/256x256/ur5e.usd.png b/robots/Universal_Robots_UR5e/usd/.thumbs/256x256/ur5e.usd.png
new file mode 100644
index 0000000000000000000000000000000000000000..0a87a83e2ae2088235acd1b7d3e6cae6a906a875
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/usd/.thumbs/256x256/ur5e.usd.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3c9d34def2cad8d42a536d99f4fbdf31e9af95d8a87d80683fc1ccd6f4b1a35d
+size 21304
diff --git a/robots/Universal_Robots_UR5e/usd/ur5e.usd b/robots/Universal_Robots_UR5e/usd/ur5e.usd
new file mode 100644
index 0000000000000000000000000000000000000000..a754a0ae0a75a88abb7945bc8213919a06bb4b38
--- /dev/null
+++ b/robots/Universal_Robots_UR5e/usd/ur5e.usd
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:35107f751b6631c2e71b5979e5117c00c1d1f13d844aab70e2a53e26bde96f00
+size 3837
diff --git a/robots/Yet_Another_Manipulator_YAM/mjcf/CHANGELOG.md b/robots/Yet_Another_Manipulator_YAM/mjcf/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..4c47e98bdee2fc6d27de1db592f499f747673cc6
--- /dev/null
+++ b/robots/Yet_Another_Manipulator_YAM/mjcf/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog – YAM Description
+
+All notable changes to this model will be documented in this file.
+
+## [2025-05-19]
+
+- Initial release.
diff --git a/robots/Yet_Another_Manipulator_YAM/mjcf/LICENSE b/robots/Yet_Another_Manipulator_YAM/mjcf/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..12db7704f0a71570309c12f351dd656a8dec3b63
--- /dev/null
+++ b/robots/Yet_Another_Manipulator_YAM/mjcf/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2025 i2rt robotics
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/robots/Yet_Another_Manipulator_YAM/mjcf/README.md b/robots/Yet_Another_Manipulator_YAM/mjcf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..638b2702a7caba566f3a2c47d6cda3603604b0e1
--- /dev/null
+++ b/robots/Yet_Another_Manipulator_YAM/mjcf/README.md
@@ -0,0 +1,34 @@
+# Yet Another Manipulator (YAM) Description (MJCF)
+
+> [!IMPORTANT]
+> Requires MuJoCo 3.1.3 or later.
+
+## Changelog
+
+See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
+
+## Overview
+
+This package contains a simplified robot description (MJCF) of the [YAM robot](https://i2rt.com/products/yam-manipulator) developed by [I2
+RT Robotics](https://i2rt.com/). It is derived from the [publicly available
+URDF
+description](https://github.com/i2rt-robotics/i2rt/blob/main/robot_models/yam/yam.urdf).
+
+