Skip to content

Commit 82dfba6

Browse files
Merge branch 'main' into feature-add-robotis-omy-3m
2 parents cc0a829 + da76818 commit 82dfba6

126 files changed

Lines changed: 531 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions

LICENSE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5371,6 +5371,33 @@ License for contents in the directory 'robotstudio_so101/'
53715371
limitations under the License.
53725372

53735373

5374+
================================================================================
5375+
License for contents in the directory 'seeed_rebot_devarm/'
5376+
================================================================================
5377+
5378+
MIT License
5379+
5380+
Copyright (c) 2026 Seeed Studio
5381+
5382+
Permission is hereby granted, free of charge, to any person obtaining a copy
5383+
of this software and associated documentation files (the "Software"), to deal
5384+
in the Software without restriction, including without limitation the rights
5385+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5386+
copies of the Software, and to permit persons to whom the Software is
5387+
furnished to do so, subject to the following conditions:
5388+
5389+
The above copyright notice and this permission notice shall be included in all
5390+
copies or substantial portions of the Software.
5391+
5392+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5393+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5394+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5395+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5396+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5397+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5398+
SOFTWARE.
5399+
5400+
53745401
================================================================================
53755402
License for contents in the directory 'shadow_dexee/'
53765403
================================================================================

README.md

Lines changed: 1 addition & 0 deletions
43.8 KB

generate_gallery.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def display_name(robot):
146146
'toddlerbot_2xm/toddlerbot_2xm': ModelType.HUMANOID,
147147
'iit_softfoot/softfoot': ModelType.BIOMECHANICAL,
148148
'ms_human_700/MS-Human-700': ModelType.BIOMECHANICAL,
149+
'seeed_rebot_devarm/seeed_rebot_devarm': ModelType.ARM,
149150
}
150151

151152
# Per-model camera overrides. Populated only when auto-camera produces a

seeed_rebot_devarm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions

seeed_rebot_devarm/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) 2026 Seeed Studio
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.

seeed_rebot_devarm/README.md

Lines changed: 90 additions & 0 deletions
1.37 MB
15.6 KB

0 commit comments

Comments
 (0)