@@ -12,7 +12,7 @@ Node for recording robot datasets in LeRobot format. You can captures synchroniz
1212### 1. Installation
1313
1414``` bash
15- # Source your venv
15+ # Source your venv
1616cd dora/node-hub/dora-dataset-record
1717uv pip install -e .
1818```
@@ -25,7 +25,7 @@ Create a dataflow file, see `examples/lerobot-dataset-record/dataset_record.yml`
2525nodes :
2626 # Dataset recorder
2727 - id : dataset_recorder
28- build : pip install -e ../../node-hub/ dora-dataset-record
28+ build : pip install -e ../../dora-dataset-record
2929 path : dora-dataset-record
3030 inputs :
3131 laptop : laptop_cam/image
@@ -39,25 +39,25 @@ nodes:
3939 REPO_ID : " your_username/your_dataset_name"
4040 SINGLE_TASK : " Pick up the cube and place it in the box"
4141 ROBOT_TYPE : " your_robot_type"
42-
42+
4343 # Recording settings
4444 FPS : " 30"
45- TOTAL_EPISODES : " 50"
45+ TOTAL_EPISODES : " 50"
4646 EPISODE_DURATION_S : " 60"
4747 RESET_DURATION_S : " 15"
48-
48+
4949 # Camera configuration
5050 CAMERA_NAMES : " laptop,front"
5151 CAMERA_LAPTOP_RESOLUTION : " 480,640,3"
5252 CAMERA_FRONT_RESOLUTION : " 480,640,3"
53-
53+
5454 # Robot configuration
5555 ROBOT_JOINTS : " joint1,joint2,joint3,joint4,joint5,gripper"
56-
56+
5757 # Optional settings
5858 USE_VIDEOS : " true"
5959 SAVE_AVIF_FRAMES : " true" # This will additionally save frames
60- PUSH_TO_HUB : " false"
60+ PUSH_TO_HUB : " false"
6161 PRIVATE : " false"
6262 TAGS : " robotics,manipulation,imitation_learning"
6363
@@ -105,4 +105,4 @@ The node will send instructions on dora-rerun, about episode starting, reset tim
105105
106106## License
107107
108- This project is released under the MIT License.
108+ This project is released under the MIT License.
0 commit comments