gaitlab 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
gaitlab-0.1.0/LICENSE ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
gaitlab-0.1.0/NOTICE ADDED
@@ -0,0 +1,9 @@
1
+ gaitlab (gaitlab-arena)
2
+ Copyright 2026 furuse-kazufumi (FullSense)
3
+
4
+ Licensed under the Apache License, Version 2.0.
5
+
6
+ This project loads robot models from MuJoCo Menagerie
7
+ (https://github.com/google-deepmind/mujoco_menagerie), which is licensed
8
+ under the Apache License 2.0 by Google DeepMind. The Menagerie models are
9
+ NOT bundled with this project; users clone them separately.
gaitlab-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,168 @@
1
+ Metadata-Version: 2.4
2
+ Name: gaitlab
3
+ Version: 0.1.0
4
+ Summary: Drive real robots (MuJoCo Menagerie quadrupeds & industrial arms) on CPU — robot sumo, a fighting game, and production-line demos
5
+ Author: furuse-kazufumi
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/furuse-kazufumi/gaitlab-arena
8
+ Project-URL: Repository, https://github.com/furuse-kazufumi/gaitlab-arena
9
+ Project-URL: Issues, https://github.com/furuse-kazufumi/gaitlab-arena/issues
10
+ Keywords: mujoco,robotics,menagerie,simulation,quadruped,manipulator,robot-arm,sumo
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: License :: OSI Approved :: Apache Software License
15
+ Classifier: Topic :: Scientific/Engineering
16
+ Classifier: Operating System :: OS Independent
17
+ Requires-Python: >=3.10
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ License-File: NOTICE
21
+ Requires-Dist: mujoco>=3.10
22
+ Requires-Dist: numpy>=1.24
23
+ Requires-Dist: imageio>=2.30
24
+ Requires-Dist: pillow>=10.0
25
+ Dynamic: license-file
26
+
27
+ # gaitlab — 実在ロボットを CPU で動かすサンドボックス
28
+
29
+ 実在ロボット (MuJoCo Menagerie) を **CPU だけ** で読み込み・駆動・描画するフレームワーク。
30
+ 四足歩行ロボ (Unitree Go2 等) と産業用アーム (Franka / UR5e / KUKA iiwa / Kinova) を、
31
+ **同じ 1 つのエンジン**で動かせます。ロボット相撲・格闘ゲーム・生産ラインのデモつき。
32
+
33
+ > **実機は高価で危険。でもシミュなら只。GPU も要りません。**
34
+ > 開ループ制御まで(学習・タスク計画・把持は今後)。狙いは「生産ラインのロボを AI で動かす」土台。
35
+
36
+ ![全機種ロスター](assets/robot_roster.png)
37
+
38
+ | ロボット相撲 (Go2 vs Go2) | 産業用アームの生産ライン |
39
+ |---|---|
40
+ | ![sumo](assets/sumo_go2_ringout.gif) | ![production line](assets/production_line.gif) |
41
+
42
+ ---
43
+
44
+ ## Install (動く手順)
45
+
46
+ **動作確認済み: Python 3.11.3 / mujoco 3.10.0 / numpy 2.4.4 / imageio 2.37.3 (Windows 11)。**
47
+ 対応: **Python 3.10 – 3.12**。
48
+
49
+ ```bash
50
+ # 1) このリポジトリを取得
51
+ git clone https://github.com/furuse-kazufumi/gaitlab-arena
52
+ cd gaitlab-arena
53
+
54
+ # 2) 依存ごとインストール (mujoco>=3.10 / numpy / imageio / pillow)
55
+ pip install -e .
56
+
57
+ # 3) 実在ロボの 3D モデル集 (MuJoCo Menagerie, Apache-2.0) を隣に clone
58
+ # (cwd / ホーム / リポジトリの隣 を自動探索。別の場所なら MENAGERIE_DIR で指定)
59
+ git clone https://github.com/google-deepmind/mujoco_menagerie
60
+ ```
61
+
62
+ > **Windows** は描画に `MUJOCO_GL=glfw` を付けてください (offscreen 描画。osmesa/egl は不可)。
63
+ > Menagerie を別の場所に置いた場合は `MENAGERIE_DIR=/path/to/mujoco_menagerie` を指定します。
64
+
65
+ ### 動かす
66
+
67
+ ```bash
68
+ # ロボット相撲 (Go2 vs Go2) を GIF 化
69
+ MUJOCO_GL=glfw python scripts/sumo_match.py --a go2 --b go2 --out sumo.gif
70
+
71
+ # 産業用アームの生産ライン (4 機種) を GIF 化
72
+ MUJOCO_GL=glfw python scripts/production_line.py --arms franka ur5e iiwa14 kinova --out line.gif
73
+
74
+ # 全機種ロスター (集合写真) / 単体歩行
75
+ MUJOCO_GL=glfw python scripts/robot_roster.py --out roster.gif
76
+
77
+ # ロボット格闘ゲーム (要ディスプレイ) W/S=前後 A/D=旋回 Space=しゃがみ X=停止
78
+ python scripts/robot_fight.py --player go2 --ai go2
79
+ # ↑ ヘッドレスで動作確認だけしたいとき:
80
+ MUJOCO_GL=glfw python scripts/robot_fight.py --demo --out fight.gif
81
+
82
+ # 描画なし (速い・結果だけ)
83
+ python scripts/sumo_match.py --a go2 --b go2 --headless
84
+
85
+ # 使える機体の一覧
86
+ python scripts/sumo_match.py --list
87
+ ```
88
+
89
+ ### ライブラリとして
90
+
91
+ ```python
92
+ from gaitlab.arena import robots
93
+ from gaitlab.arena.build import build_arena
94
+ from gaitlab.arena.gaits import SumoDriveController
95
+ from gaitlab.arena.match import MatchEngine
96
+ from gaitlab.arena.pd_control import PDController
97
+
98
+ go2 = robots.get("go2")
99
+ _, arena = build_arena([(go2, "A_", -0.45, 0, 0), (go2, "B_", 0.45, 0, 180)], ring_radius=1.0)
100
+ eng = MatchEngine(arena, controllers={
101
+ "A_": SumoDriveController(aggression=1.4),
102
+ "B_": SumoDriveController(aggression=0.7),
103
+ }, pd=PDController(kp=60, kd=1.5))
104
+ print(eng.run(max_time=15)) # MatchResult(winner='A_', reason='B__ringout', ...)
105
+ ```
106
+
107
+ ---
108
+
109
+ ## 使える機体
110
+
111
+ すべて [MuJoCo Menagerie](https://github.com/google-deepmind/mujoco_menagerie)(実機メーカー監修)から。
112
+
113
+ | 機体 | 種別 | メーカー | 関節 | 現状 |
114
+ |---|---|---|---|---|
115
+ | Unitree Go2 | 四足 | Unitree | 12 (トルク) | 歩く・相撲 ◎ |
116
+ | Unitree Go1 | 四足 | Unitree | 12 (位置) | 歩く ◎ |
117
+ | Unitree A1 | 四足 | Unitree | 12 (位置) | 歩く ◎ |
118
+ | ANYbotics ANYmal C | 四足 | ANYbotics | 12 (位置) | 歩く ○ (背高で不安定) |
119
+ | Boston Dynamics Spot | 四足 | Boston Dynamics | 12 (位置) | 立つ ○ / 歩行は要調整 |
120
+ | Franka Emika Panda | アーム | Franka | 7+グリッパ | 作業動作 ◎ |
121
+ | Universal Robots UR5e | アーム | UR | 6 | 作業動作 ◎ |
122
+ | KUKA iiwa 14 | アーム | KUKA | 7 | 作業動作 ◎ |
123
+ | Kinova Gen3 | アーム | Kinova | 7 | 作業動作 ◎ |
124
+
125
+ 四足は**足先の動きから前進符号を自動較正**して歩容を合わせ込み、アームは**位置制御**で駆動。
126
+ 四足 (浮遊ベース・一部トルク制御) もアーム (固定ベース・位置制御) も同じ `MatchEngine` の上に載ります。
127
+
128
+ ---
129
+
130
+ ## 仕組み (要点)
131
+
132
+ - **合成**: `MjSpec.attach` で N 体のロボ + 土俵/床を 1 つの `MjModel` へ。名前を prefix で解決。
133
+ - **制御分岐**: トルク型 (Go2) は PD、位置型 (アーム等) は目標角をそのまま。PD は毎物理ステップ計算。
134
+ - **歩容符号較正**: 各脚の**足 Jacobian** (有限差分) から前進符号を導出し、機体差 (例: ANYmal の
135
+ 後脚 X 字膝) を吸収して全脚の足先を同じ方向へ。
136
+ - **勝敗判定**: 場外 (ringout) / 転倒 / 時間切れは判定。土俵際で腰が沈む「腰砕け」も負けに。
137
+ - **描画**: `mujoco.Renderer` + カメラ + `imageio`/`pillow` で最適化 GIF。
138
+ - **積分器**: スティフな位置サーボ (アーム) の発散を避けるため `implicitfast`。
139
+
140
+ テスト: `pip install pytest && MENAGERIE_DIR=/path/to/mujoco_menagerie pytest tests/`(Menagerie が要)。
141
+
142
+ ---
143
+
144
+ ## Quick start (English)
145
+
146
+ Drive real robots (MuJoCo Menagerie quadrupeds & industrial arms) on **CPU only** — no GPU, no
147
+ physical robot needed. Tested on **Python 3.11.3** (supports 3.10–3.12), mujoco 3.10.
148
+
149
+ ```bash
150
+ git clone https://github.com/furuse-kazufumi/gaitlab-arena && cd gaitlab-arena
151
+ pip install -e . # mujoco>=3.10, numpy, imageio, pillow
152
+ git clone https://github.com/google-deepmind/mujoco_menagerie # or set MENAGERIE_DIR
153
+ MUJOCO_GL=glfw python scripts/sumo_match.py --a go2 --b go2 --out sumo.gif # 'glfw' on Windows
154
+ MUJOCO_GL=glfw python scripts/production_line.py --arms franka ur5e iiwa14 kinova --out line.gif
155
+ ```
156
+
157
+ Open-loop control for now (learning / task planning / grasping are next). The goal: a base for
158
+ **driving production-line robots with AI**, entirely on-prem.
159
+
160
+ ---
161
+
162
+ ## License
163
+
164
+ **Apache-2.0** (see [LICENSE](LICENSE))。商用利用可。個別の商用ライセンス/サポートは相談可
165
+ (FullSense)。ロボットモデルは同梱しておらず、各自 MuJoCo Menagerie (Apache-2.0) を取得します。
166
+
167
+ Part of [FullSense](https://qiita.com/furuse-kazufumi) — 自宅 PC で動く、責任感のある AI エコシステム。
168
+ 経緯の記事: <https://qiita.com/furuse-kazufumi/items/44508c48f38a68abad35>
@@ -0,0 +1,142 @@
1
+ # gaitlab — 実在ロボットを CPU で動かすサンドボックス
2
+
3
+ 実在ロボット (MuJoCo Menagerie) を **CPU だけ** で読み込み・駆動・描画するフレームワーク。
4
+ 四足歩行ロボ (Unitree Go2 等) と産業用アーム (Franka / UR5e / KUKA iiwa / Kinova) を、
5
+ **同じ 1 つのエンジン**で動かせます。ロボット相撲・格闘ゲーム・生産ラインのデモつき。
6
+
7
+ > **実機は高価で危険。でもシミュなら只。GPU も要りません。**
8
+ > 開ループ制御まで(学習・タスク計画・把持は今後)。狙いは「生産ラインのロボを AI で動かす」土台。
9
+
10
+ ![全機種ロスター](assets/robot_roster.png)
11
+
12
+ | ロボット相撲 (Go2 vs Go2) | 産業用アームの生産ライン |
13
+ |---|---|
14
+ | ![sumo](assets/sumo_go2_ringout.gif) | ![production line](assets/production_line.gif) |
15
+
16
+ ---
17
+
18
+ ## Install (動く手順)
19
+
20
+ **動作確認済み: Python 3.11.3 / mujoco 3.10.0 / numpy 2.4.4 / imageio 2.37.3 (Windows 11)。**
21
+ 対応: **Python 3.10 – 3.12**。
22
+
23
+ ```bash
24
+ # 1) このリポジトリを取得
25
+ git clone https://github.com/furuse-kazufumi/gaitlab-arena
26
+ cd gaitlab-arena
27
+
28
+ # 2) 依存ごとインストール (mujoco>=3.10 / numpy / imageio / pillow)
29
+ pip install -e .
30
+
31
+ # 3) 実在ロボの 3D モデル集 (MuJoCo Menagerie, Apache-2.0) を隣に clone
32
+ # (cwd / ホーム / リポジトリの隣 を自動探索。別の場所なら MENAGERIE_DIR で指定)
33
+ git clone https://github.com/google-deepmind/mujoco_menagerie
34
+ ```
35
+
36
+ > **Windows** は描画に `MUJOCO_GL=glfw` を付けてください (offscreen 描画。osmesa/egl は不可)。
37
+ > Menagerie を別の場所に置いた場合は `MENAGERIE_DIR=/path/to/mujoco_menagerie` を指定します。
38
+
39
+ ### 動かす
40
+
41
+ ```bash
42
+ # ロボット相撲 (Go2 vs Go2) を GIF 化
43
+ MUJOCO_GL=glfw python scripts/sumo_match.py --a go2 --b go2 --out sumo.gif
44
+
45
+ # 産業用アームの生産ライン (4 機種) を GIF 化
46
+ MUJOCO_GL=glfw python scripts/production_line.py --arms franka ur5e iiwa14 kinova --out line.gif
47
+
48
+ # 全機種ロスター (集合写真) / 単体歩行
49
+ MUJOCO_GL=glfw python scripts/robot_roster.py --out roster.gif
50
+
51
+ # ロボット格闘ゲーム (要ディスプレイ) W/S=前後 A/D=旋回 Space=しゃがみ X=停止
52
+ python scripts/robot_fight.py --player go2 --ai go2
53
+ # ↑ ヘッドレスで動作確認だけしたいとき:
54
+ MUJOCO_GL=glfw python scripts/robot_fight.py --demo --out fight.gif
55
+
56
+ # 描画なし (速い・結果だけ)
57
+ python scripts/sumo_match.py --a go2 --b go2 --headless
58
+
59
+ # 使える機体の一覧
60
+ python scripts/sumo_match.py --list
61
+ ```
62
+
63
+ ### ライブラリとして
64
+
65
+ ```python
66
+ from gaitlab.arena import robots
67
+ from gaitlab.arena.build import build_arena
68
+ from gaitlab.arena.gaits import SumoDriveController
69
+ from gaitlab.arena.match import MatchEngine
70
+ from gaitlab.arena.pd_control import PDController
71
+
72
+ go2 = robots.get("go2")
73
+ _, arena = build_arena([(go2, "A_", -0.45, 0, 0), (go2, "B_", 0.45, 0, 180)], ring_radius=1.0)
74
+ eng = MatchEngine(arena, controllers={
75
+ "A_": SumoDriveController(aggression=1.4),
76
+ "B_": SumoDriveController(aggression=0.7),
77
+ }, pd=PDController(kp=60, kd=1.5))
78
+ print(eng.run(max_time=15)) # MatchResult(winner='A_', reason='B__ringout', ...)
79
+ ```
80
+
81
+ ---
82
+
83
+ ## 使える機体
84
+
85
+ すべて [MuJoCo Menagerie](https://github.com/google-deepmind/mujoco_menagerie)(実機メーカー監修)から。
86
+
87
+ | 機体 | 種別 | メーカー | 関節 | 現状 |
88
+ |---|---|---|---|---|
89
+ | Unitree Go2 | 四足 | Unitree | 12 (トルク) | 歩く・相撲 ◎ |
90
+ | Unitree Go1 | 四足 | Unitree | 12 (位置) | 歩く ◎ |
91
+ | Unitree A1 | 四足 | Unitree | 12 (位置) | 歩く ◎ |
92
+ | ANYbotics ANYmal C | 四足 | ANYbotics | 12 (位置) | 歩く ○ (背高で不安定) |
93
+ | Boston Dynamics Spot | 四足 | Boston Dynamics | 12 (位置) | 立つ ○ / 歩行は要調整 |
94
+ | Franka Emika Panda | アーム | Franka | 7+グリッパ | 作業動作 ◎ |
95
+ | Universal Robots UR5e | アーム | UR | 6 | 作業動作 ◎ |
96
+ | KUKA iiwa 14 | アーム | KUKA | 7 | 作業動作 ◎ |
97
+ | Kinova Gen3 | アーム | Kinova | 7 | 作業動作 ◎ |
98
+
99
+ 四足は**足先の動きから前進符号を自動較正**して歩容を合わせ込み、アームは**位置制御**で駆動。
100
+ 四足 (浮遊ベース・一部トルク制御) もアーム (固定ベース・位置制御) も同じ `MatchEngine` の上に載ります。
101
+
102
+ ---
103
+
104
+ ## 仕組み (要点)
105
+
106
+ - **合成**: `MjSpec.attach` で N 体のロボ + 土俵/床を 1 つの `MjModel` へ。名前を prefix で解決。
107
+ - **制御分岐**: トルク型 (Go2) は PD、位置型 (アーム等) は目標角をそのまま。PD は毎物理ステップ計算。
108
+ - **歩容符号較正**: 各脚の**足 Jacobian** (有限差分) から前進符号を導出し、機体差 (例: ANYmal の
109
+ 後脚 X 字膝) を吸収して全脚の足先を同じ方向へ。
110
+ - **勝敗判定**: 場外 (ringout) / 転倒 / 時間切れは判定。土俵際で腰が沈む「腰砕け」も負けに。
111
+ - **描画**: `mujoco.Renderer` + カメラ + `imageio`/`pillow` で最適化 GIF。
112
+ - **積分器**: スティフな位置サーボ (アーム) の発散を避けるため `implicitfast`。
113
+
114
+ テスト: `pip install pytest && MENAGERIE_DIR=/path/to/mujoco_menagerie pytest tests/`(Menagerie が要)。
115
+
116
+ ---
117
+
118
+ ## Quick start (English)
119
+
120
+ Drive real robots (MuJoCo Menagerie quadrupeds & industrial arms) on **CPU only** — no GPU, no
121
+ physical robot needed. Tested on **Python 3.11.3** (supports 3.10–3.12), mujoco 3.10.
122
+
123
+ ```bash
124
+ git clone https://github.com/furuse-kazufumi/gaitlab-arena && cd gaitlab-arena
125
+ pip install -e . # mujoco>=3.10, numpy, imageio, pillow
126
+ git clone https://github.com/google-deepmind/mujoco_menagerie # or set MENAGERIE_DIR
127
+ MUJOCO_GL=glfw python scripts/sumo_match.py --a go2 --b go2 --out sumo.gif # 'glfw' on Windows
128
+ MUJOCO_GL=glfw python scripts/production_line.py --arms franka ur5e iiwa14 kinova --out line.gif
129
+ ```
130
+
131
+ Open-loop control for now (learning / task planning / grasping are next). The goal: a base for
132
+ **driving production-line robots with AI**, entirely on-prem.
133
+
134
+ ---
135
+
136
+ ## License
137
+
138
+ **Apache-2.0** (see [LICENSE](LICENSE))。商用利用可。個別の商用ライセンス/サポートは相談可
139
+ (FullSense)。ロボットモデルは同梱しておらず、各自 MuJoCo Menagerie (Apache-2.0) を取得します。
140
+
141
+ Part of [FullSense](https://qiita.com/furuse-kazufumi) — 自宅 PC で動く、責任感のある AI エコシステム。
142
+ 経緯の記事: <https://qiita.com/furuse-kazufumi/items/44508c48f38a68abad35>
@@ -0,0 +1,13 @@
1
+ """gaitlab — 実在ロボット (MuJoCo Menagerie) を CPU で動かすサンドボックス.
2
+
3
+ 四足歩行ロボ (Unitree Go2 等) と産業用アーム (Franka / UR5e / KUKA iiwa / Kinova)
4
+ を、同じ 1 つのエンジンで土俵 / ワークセルに読み込み・駆動・描画する。
5
+ ロボット相撲 / 格闘ゲーム / 生産ライン のデモを CPU だけで動かせる。
6
+
7
+ 公開 API はサブパッケージ ``gaitlab.arena`` にある::
8
+
9
+ from gaitlab.arena import robots, build_arena, MatchEngine
10
+ """
11
+ from __future__ import annotations
12
+
13
+ __version__ = "0.1.0"
@@ -0,0 +1,43 @@
1
+ """robot-sumo / robot-fight arena — 実在ロボ (MuJoCo Menagerie) を土俵で戦わせる.
2
+
3
+ gaitlab の歩行進化資産 (CPG/MAP-Elites) とは別軸の「実機モデルを動かす」トラック。
4
+ Menagerie の四足 (Go2 等) は torque(motor) actuator なので、position servo を
5
+ 持たない → PD 制御 (torque = kp*(q_des-q) - kd*qdot) で立たせ・動かす。
6
+
7
+ 構成:
8
+ robots RobotSpec + REGISTRY (Menagerie ロボの home pose 内省)
9
+ pd_control PDController (関節空間 PD → トルク)
10
+ build build_arena (MjSpec attach で N 体 + 土俵を 1 model へ)
11
+ gaits Hold / Walk(trot) / SumoDrive コントローラ
12
+ match MatchEngine (ringout / 転倒 判定 + 勝敗)
13
+ render 試合を GIF 化
14
+ """
15
+ from __future__ import annotations
16
+
17
+ from gaitlab.arena.build import ArenaIndex, RobotIndex, build_arena
18
+ from gaitlab.arena.gaits import (
19
+ ArmMotionController,
20
+ HoldController,
21
+ SteerableDriveController,
22
+ SumoDriveController,
23
+ WalkController,
24
+ )
25
+ from gaitlab.arena.match import MatchEngine, MatchResult
26
+ from gaitlab.arena.pd_control import PDController
27
+ from gaitlab.arena.robots import REGISTRY, RobotSpec
28
+
29
+ __all__ = [
30
+ "REGISTRY",
31
+ "RobotSpec",
32
+ "PDController",
33
+ "ArenaIndex",
34
+ "RobotIndex",
35
+ "build_arena",
36
+ "HoldController",
37
+ "WalkController",
38
+ "SumoDriveController",
39
+ "SteerableDriveController",
40
+ "ArmMotionController",
41
+ "MatchEngine",
42
+ "MatchResult",
43
+ ]