Quick Start Guide
Get your xTerra robot up and running in minutes.
1. Power On the Robot
- Ensure the battery is fully charged
- Press and hold the power button for 3 seconds
- Wait for the LED indicator to turn solid green
- Listen for the startup chime
Safety First: Place the robot on a flat, stable surface before powering on. Keep hands and objects clear of moving parts.
2. Connect to the Robot
Connect to the robot's WiFi network or via Ethernet:
# WiFi Connection
Network Name: XTERRA-[SERIAL_NUMBER]
Password: (provided with robot)
# Ethernet Connection
IP Address: 192.168.1.100
Subnet: 255.255.255.03. SSH into the Robot
ssh xterra@192.168.1.100
# Default password is on the Quick Start card shipped with your robot.
# Change it immediately on first login!4. Run the Demo
Launch the basic locomotion demo:
# On the robot
ros2 launch xterra_bringup robot.launch.py
# On your workstation (in a new terminal)
ros2 launch xterra_teleop keyboard_teleop.launch.py5. Control the Robot
Use keyboard controls to move the robot:
W- Move forwardS- Move backwardA- Turn leftD- Turn rightSpace- StopQ- Quit
Next Steps
Now that you have the basics working, explore: