aractingi HF Staff commited on
Commit
046e82f
·
verified ·
1 Parent(s): 64aaba7

Update train_config_hilserl_so100.json

Browse files
Files changed (1) hide show
  1. train_config_hilserl_so100.json +8 -6
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.26,
224
- -0.06,
225
- 0.25
226
  ],
227
  "max": [
228
- 0.32,
229
- 0.06,
230
- 0.35
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