Example UI: Control, data, safety, and GPS map in one interface.
## Docker Setup
### Using Docker Compose
1. Build and run the container:
```bash
cd docker
docker-compose up --build
```
2. Run in detached mode:
```bash
docker-compose up -d
```
3. Attach to running container:
```bash
docker-compose exec devkit bash
```
4. Stop containers:
```bash
docker-compose down
```
The Docker setup includes:
- All necessary ROS2 packages
- Lizard communication tools
- Camera drivers
- GNSS drivers
## Connect to UI
To access the user interface (UI), follow these steps:
1. **Connect to the Robot's Wi-Fi:**
Join the robot's WLAN network.
2. **Open the UI in your browser:**
Navigate to:
```
http://