RoboPlay Preparing the robot lab…
Sergio Gallegos
RoboPlay
Ready
LIVE POSITIONTool center point
X0.0mm Y0.0mm Z0.0mm
R 0.0° P 0.0° Y 0.0°
CHALLENGE 01

Wake up the robot

0 / 6

Move every joint at least once. Use the controls or write a program.

Drag to orbit · Scroll to zoom
QUICK START

Make the robot move

Write real Python, use print(), or control the robot, then press Run program.

print("Hello, robot!")
robot.move_joint(1, 45)
robot.wait(1)
robot.home()

Available commands: move_joint, move_joint_by, move_to, set_speed, wait, say, and home.