Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -159,4 +159,37 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
|
|
| 159 |
|
| 160 |
```bibtex
|
| 161 |
[More Information Needed]
|
| 162 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
|
| 160 |
```bibtex
|
| 161 |
[More Information Needed]
|
| 162 |
+
```
|
| 163 |
+
|
| 164 |
+
## Command
|
| 165 |
+
lerobot-record \
|
| 166 |
+
--robot.type=so101_follower \
|
| 167 |
+
--robot.port=/dev/ttyACM0 \
|
| 168 |
+
--robot.id=my_awesome_follower_arm \
|
| 169 |
+
--teleop.type=so101_leader \
|
| 170 |
+
--teleop.port=/dev/ttyACM1 \
|
| 171 |
+
--teleop.id=my_awesome_leader_arm \
|
| 172 |
+
--robot.cameras='{
|
| 173 |
+
"top": {
|
| 174 |
+
"type": "opencv",
|
| 175 |
+
"index_or_path": "/dev/video0",
|
| 176 |
+
"width": 640,
|
| 177 |
+
"height": 480,
|
| 178 |
+
"fps": 30
|
| 179 |
+
},
|
| 180 |
+
"wrist.top": {
|
| 181 |
+
"type": "opencv",
|
| 182 |
+
"index_or_path": "/dev/video2",
|
| 183 |
+
"width": 640,
|
| 184 |
+
"height": 480,
|
| 185 |
+
"fps": 30,
|
| 186 |
+
"rotation": "ROTATE_180"
|
| 187 |
+
}
|
| 188 |
+
}' \
|
| 189 |
+
--display_data=true \
|
| 190 |
+
--dataset.repo_id=${HF_USER}/test12 \
|
| 191 |
+
--dataset.single_task="Pick the red block and put it in the blue area." \
|
| 192 |
+
--dataset.episode_time_s=120 \
|
| 193 |
+
--dataset.reset_time_s=0 \
|
| 194 |
+
--dataset.num_episodes=100 \
|
| 195 |
+
--dataset.push_to_hub=true
|