Update train_config_hilserl_so100.json
Browse files
train_config_hilserl_so100.json
CHANGED
|
@@ -202,6 +202,8 @@
|
|
| 202 |
"robot": {
|
| 203 |
"type": "so100_follower_end_effector",
|
| 204 |
"port": "/dev/ttyACM0",
|
|
|
|
|
|
|
| 205 |
"cameras": {
|
| 206 |
"front": {
|
| 207 |
"type": "opencv",
|
|
@@ -220,14 +222,14 @@
|
|
| 220 |
},
|
| 221 |
"end_effector_bounds": {
|
| 222 |
"min": [
|
| 223 |
-
0
|
| 224 |
-
-0
|
| 225 |
-
0
|
| 226 |
],
|
| 227 |
"max": [
|
| 228 |
-
0
|
| 229 |
-
0
|
| 230 |
-
0
|
| 231 |
]
|
| 232 |
},
|
| 233 |
"max_gripper_pos": 30
|
|
|
|
| 202 |
"robot": {
|
| 203 |
"type": "so100_follower_end_effector",
|
| 204 |
"port": "/dev/ttyACM0",
|
| 205 |
+
"urdf_path": "path/to/your/robot.urdf",
|
| 206 |
+
"target_frame_name": "gripper_frame_link",
|
| 207 |
"cameras": {
|
| 208 |
"front": {
|
| 209 |
"type": "opencv",
|
|
|
|
| 222 |
},
|
| 223 |
"end_effector_bounds": {
|
| 224 |
"min": [
|
| 225 |
+
-1.0,
|
| 226 |
+
-1.0,
|
| 227 |
+
-1.0
|
| 228 |
],
|
| 229 |
"max": [
|
| 230 |
+
1.0,
|
| 231 |
+
1.0,
|
| 232 |
+
1.0
|
| 233 |
]
|
| 234 |
},
|
| 235 |
"max_gripper_pos": 30
|