lerobot icon indicating copy to clipboard operation
lerobot copied to clipboard

Where is control_robot.py script?

Open AbdElRahmanFarhan opened this issue 5 months ago • 2 comments

It is mentioned in the readme in the Walkthrough section that there is a script called control_robot.py. however, I can not see it in the main branch

AbdElRahmanFarhan avatar Jun 16 '25 15:06 AbdElRahmanFarhan

Also push_dataset_to_hub.py is not there

AbdElRahmanFarhan avatar Jun 16 '25 15:06 AbdElRahmanFarhan

Hello @AbdElRahmanFarhan,

Regarding the issue, I've noticed that PR https://github.com/huggingface/lerobot/pull/777 mentions:

The lerobot/scripts/control_robot.py script has now been split into several smaller and simpler scripts: lerobot/calibrate.py, lerobot/teleoperate.py, lerobot/record.py and lerobot/replay.py.

Additionally, the file tree in the "Walkthrough" section of README.md does not appear to be up-to-date.

tc-huang avatar Jun 17 '25 16:06 tc-huang

Thanks @tc-huang for the clarification. Indeed I found what I was looking for inside record.py

AbdElRahmanFarhan avatar Jun 18 '25 11:06 AbdElRahmanFarhan