We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f6517 + 15b1ce5 commit 661ee85Copy full SHA for 661ee85
1 file changed
tests/RUN_DEMO.md
@@ -91,8 +91,22 @@ lerobot-replay \
91
92
---
93
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
+```
106
## Recording Your Own Demos
107
108
+---
109
110
To record your own demonstrations:
111
112
```bash
0 commit comments