Get Started in 15 Minutes

1. Unbox and Power On
2. Connect to Robot Network
3. Install SDK and Dependencies
4. Run Sample Control Program

```python
# Sample: Move forward command
robot = UnitreeRobot()
robot.connect()
robot.move_forward(speed=0.5)
```
Slide 6 of 12