Get Started in 15 Minutes
1. Unbox and Assemble Robot
2. Power On and Connect
3. Install ROS and SDK
4. Run Basic Locomotion Demo
```bash
# Install ROS
sudo apt install ros-noetic-desktop-full
# Clone Unitree SDK
git clone https://github.com/unitreerobotics/unitree_sdk.git
# Run demo
roslaunch unitree_demo basic_locomotion.launch
```