Remote Control Operation

From Waveshare Wiki
Jump to: navigation, search
RoArm-M3-AI-Kit
RoArm-M3

UART
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

{{{name6}}}

LeRobot Tutorial Catalog

3. Remote Control Operation

  • Note: The following operations are performed inside the container
  • Note: You need to navigate to the lerobot directory to execute the following code

3.1 Hide Camera Feed

python lerobot/scripts/control_robot.py \
  --robot.type=roarm_m3 \
  --robot.cameras='{}' \
  --control.type=teleoperate

The page displays the angle control commands and feedback data of the robotic arm
1800px-Lerobot-teleoperate-without-cameras.png

At this time, the host robotic arm is controlled, and the slave robotic arms will move with the host robotic arm.

3.2 3.2 Synchronize Display of Camera Feed

python lerobot/scripts/control_robot.py \
  --robot.type=roarm_m3 \
  --control.type=teleoperate

The page displays the angle control commands and feedback data of the robotic arm, as well as two camera feeds.

At this time, the host robotic arm is controlled, and the slave robotic arms will move with the host robotic arm.