Skip to content

Commit 661ee85

Browse files
committed
2 parents d0f6517 + 15b1ce5 commit 661ee85

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tests/RUN_DEMO.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,22 @@ lerobot-replay \
9191

9292
---
9393

94+
## Start Gamepad Teleoperation without recording
95+
96+
```bash
97+
lerobot-teleoperate \
98+
--robot.type=bi_openarm_follower \
99+
--robot.left_arm_config.port=can1 \
100+
--robot.left_arm_config.side=left \
101+
--robot.right_arm_config.port=can0 \
102+
--robot.right_arm_config.side=right \
103+
--teleop.type=openarm_bi_gamepad_joints \
104+
--teleop.joint_velocity_scale=60.0
105+
```
94106
## Recording Your Own Demos
95107

108+
---
109+
96110
To record your own demonstrations:
97111

98112
```bash

0 commit comments

Comments
 (0)