You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: <!-- List any GitHub issues this PR addresses -->
6
+
7
+
# Checklist
8
+
9
+
Please check off each item (`[x]`) once complete, or mark it as `[N/A]` if it doesn't apply:
10
+
11
+
-[ ] Added your name to `CONTRIBUTORS.md` (alphabetically by first name)
12
+
-[ ] Updated `CHANGELOG.md`:
13
+
-[ ] Global changelog (if your change affects the overall repo)
14
+
-[ ] Model-specific changelog (if it affects a specific model only)
15
+
-[ ] Followed the XML formatting/style guidelines (if editing MJCF)
16
+
-[ ] Ran `pytest test/` locally and ensured all tests pass
17
+
-[ ] Signed the [Contributor License Agreement (CLA)](https://cla.developers.google.com/)
18
+
19
+
Refer to the [contributing guide](https://github.com/google-deepmind/mujoco_menagerie/blob/main/CONTRIBUTING.md) if you're unsure about any of the steps.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,15 @@ checks that no simulation instabilities occur. In the future, we will likely add
64
64
more tests that check for model realism (e.g., that a trajectory in real matches
65
65
one in simulation).
66
66
67
+
## Changelog & Contributors
68
+
69
+
Please document your changes in the appropriate changelog:
70
+
71
+
- For updates that affect the general repository (e.g., CI, tooling, documentation, shared infrastructure), add an entry to the [global `CHANGELOG.md`](./CHANGELOG.md).
72
+
- For changes specific to a model, update the `CHANGELOG.md` in that model’s directory (e.g., `unitree_go1/CHANGELOG.md`).
73
+
74
+
Make sure to also add your name to the [`CONTRIBUTORS.md`](./CONTRIBUTORS.md), keeping the list sorted alphabetically by first name.
75
+
67
76
## Contributor License Agreement
68
77
69
78
Contributions to this project must be accompanied by a Contributor License
Copyright (c) 2024, Istituto Italiano di Tecnologia
2220
+
2221
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2222
+
2223
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2224
+
2225
+
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.
2226
+
2227
+
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.
2228
+
2229
+
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.
Copyright 2019-2099 Rhoban Team <Grégoire Passault>
3342
+
3343
+
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:
3344
+
3345
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3346
+
3347
+
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.
| flybody | Google DeepMind, HHMI Janelia Research Campus | 102 |[Apache-2.0](flybody/LICENSE)|✖️|
261
271
262
272
**Miscellaneous.**
@@ -280,16 +290,19 @@ If you use Menagerie in your work, please use the following citation:
280
290
281
291
## Acknowledgments
282
292
283
-
The models in this repository are based on third-party models designed by many
284
-
talented people, and would not have been possible without their generous
285
-
open-source contributions. We would like to acknowledge all the designers
286
-
and engineers who made MuJoCo Menagerie possible.
293
+
The models in this repository are based on third-party models designed by many talented people, and would not have been possible without their generous open-source contributions. We would like to acknowledge all the designers and engineers who made MuJoCo Menagerie possible.
287
294
288
295
We'd like to thank Pedro Vergani for his help with visuals and design.
289
296
290
-
The main effort required to make this repository publicly available was
291
-
undertaken by [Kevin Zakka](https://kzakka.com/), with help from the Robotics
292
-
Simulation team at Google DeepMind.
297
+
The main effort required to make this repository publicly available was undertaken by [Kevin Zakka](https://kzakka.com/), with help from the Robotics Simulation team at Google DeepMind.
298
+
299
+
This project has also benefited from contributions by members of the broader community — see the [CONTRIBUTORS.md](./CONTRIBUTORS.md) for a full list.
300
+
301
+
## Changelog
302
+
303
+
For a summary of key updates across the repository, see the [global CHANGELOG.md](./CHANGELOG.md).
304
+
305
+
Each individual model also includes its own `CHANGELOG.md` file with model-specific updates, linked directly from the corresponding README.
Copy file name to clipboardExpand all lines: agilex_piper/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
## AgileX PiPER Description (MJCF)
2
2
3
+
> [!IMPORTANT]
3
4
> Requires MuJoCo 2.3.4 or later.
4
5
6
+
## Changelog
7
+
8
+
See [CHANGELOG.md](./CHANGELOG.md) for a full history of changes.
9
+
5
10
### Overview
6
11
7
12
This package contains a simplified robot description (MJCF) of the [AgileX PiPER](https://global.agilex.ai/products/piper). It is derived from the publicly available [model](https://github.com/agilexrobotics/Piper_ros/tree/ros-noetic-no-aloha/src/piper_description/urdf).
0 commit comments