Skip to content

Commit d84a4bc

Browse files
Merge pull request #95 from kevinzakka:add-tidybot
PiperOrigin-RevId: 721038260 Change-Id: Ic3eadc8ecc6b022ef2672d6116c65aa17e44e61e
2 parents a201426 + 5d4b4c8 commit d84a4bc

31 files changed

+497
-0
lines changed

LICENSE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3885,6 +3885,33 @@ License for contents in the directory 'skydio_x2/'
38853885
limitations under the License.
38863886

38873887

3888+
================================================================================
3889+
License for contents in the directory 'stanford_tidybot/'
3890+
================================================================================
3891+
3892+
MIT License
3893+
3894+
Copyright (c) 2024 Stanford Interactive Perception and Robot Learning Lab
3895+
3896+
Permission is hereby granted, free of charge, to any person obtaining a copy
3897+
of this software and associated documentation files (the "Software"), to deal
3898+
in the Software without restriction, including without limitation the rights
3899+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3900+
copies of the Software, and to permit persons to whom the Software is
3901+
furnished to do so, subject to the following conditions:
3902+
3903+
The above copyright notice and this permission notice shall be included in all
3904+
copies or substantial portions of the Software.
3905+
3906+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3907+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3908+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3909+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3910+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3911+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3912+
SOFTWARE.
3913+
3914+
38883915
================================================================================
38893916
License for contents in the directory 'trossen_vx300s/'
38903917
================================================================================

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ Menagerie, see [CONTRIBUTING](CONTRIBUTING.md).
219219
| Name | Maker | DoFs | License | MJX |
220220
|------|-------|---------|---------|-----|
221221
| Google Robot | Google DeepMind | 9 | [Apache-2.0](google_robot/LICENSE) |✖️|
222+
| Stanford TidyBot | Hello Robot | 11 | [MIT](stanford_tidybot/LICENSE) |✖️|
222223
| Stretch 2 | Hello Robot | 17 | [Clear BSD](hello_robot_stretch/LICENSE) |✖️|
223224
| Stretch 3 | Hello Robot | 17 | [Apache-2.0](hello_robot_stretch_3/LICENSE) |✖️|
224225
| PAL Tiago | PAL Robotics | 12 | [Apache-2.0](pal_tiago/LICENSE) |✖️|

stanford_tidybot/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Stanford Interactive Perception and Robot Learning Lab
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

stanford_tidybot/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Stanford TidyBot Description (MJCF)
2+
3+
> [!IMPORTANT]
4+
> Requires MuJoCo 3.1.0 or later.
5+
6+
## Overview
7+
8+
This package contains a simplified robot description (MJCF) of the [Stanford TidyBot](https://tidybot.cs.princeton.edu) developed by Jimmy Wu and collaborators from the [Interactive Perception and Robot Learning Lab](https://iprl.stanford.edu) at Stanford University.
9+
10+
<p float="left">
11+
<img src="tidybot.png" width="400">
12+
<img src="tidybot_base.png" width="400">
13+
</p>
14+
15+
## MJCF Model
16+
17+
* The mobile base MJCF was created from a CAD model of the base.
18+
* The Kinova Gen3 MJCF is taken from Menagerie. See [kinova_gen3](../kinova_gen3/).
19+
* The Robotiq 2F-85 MJCF is taken from Menagerie. See [robotiq_2f85](../robotiq_2f85/).
20+
21+
## License
22+
23+
The TidyBot base is released under an MIT License. The Kinova Gen3 and Robotiq 2F-85 MJCFs retain
24+
their original licenses. For more information, see the [LICENSE](LICENSE) file.
25+
26+
## Publications
27+
28+
If you use this work in an academic context, please cite the following publication:
29+
30+
```bibtex
31+
@article{wu2023tidybot,
32+
title = {TidyBot: Personalized Robot Assistance with Large Language Models},
33+
author = {Wu, Jimmy and Antonova, Rika and Kan, Adam and Lepert, Marion and Zeng, Andy and Song, Shuran and Bohg, Jeannette and Rusinkiewicz, Szymon and Funkhouser, Thomas},
34+
journal = {Autonomous Robots},
35+
year = {2023}
36+
}
37+
```
1.63 MB
Binary file not shown.
87 KB
Binary file not shown.
65.5 KB
Binary file not shown.
108 KB
Binary file not shown.
14.7 KB
Binary file not shown.
14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)