R1 Pro Demo Guide
Preparation Before Use
Before you start, please ensure that:
- Two arms are correctly installed. At this time, the elbow bend (the black rubber) should face directly forward; the gripper points vertically downward towards the ground, and the gripper cable faces outward.
- The torso is in the standing pose.
- No personnel and obstacles within a radius of 1.5 meters. (As shown in the figure below.)
Script Execution
Only after the above preparation work is completed can the robot be used to start the demo.
Note: If any errors occur, please contact us promptly for technical support. If there are no abnormalities, press Ctrl + C
to close.
-
Kill all TMUX running and close all ROS programs.
-
Enter TMUX.
-
Start FDCAN Communication
sudo ip link set dev can0 type can bitrate 1000000 dbitrate 5000000 fd on sudo ip link set up can0 # You may need to enter the password again: nvidia # If the error message "RTNETLINK answers: Device or resource busy" appears, it usually means that the device you are trying to configure (such as a network interface or CAN transceiver) has already been configured and is currently in operation.
-
Start roscore.f
-
Press
Ctrl + B
thenC
to create a new terminal, and execute launch file.
-
Press
Ctrl + B
thenC
to create a new terminal. Then, start self-check. -
Press
Ctrl + B
thenC
to create a new terminal. Then, start chassis control. -
Press
Ctrl + B
thenC
to create a new terminal. Then, start arm and torso control. -
Press
Ctrl + B
thenC
to create a new terminal. Then, start the demo script. -
Enter the number corresponding to each demo action and press Enter. Then, R1 Pro will start to perform.
-
When you have completed all actions, press
Q
to quit. R1 Pro will be back to the zero-point pose.