cabana-handler is a tool designed to make it easy to run and use cabana locally.
To use cabana-handler, you will need:
-
Docker installed on your system.
-
The openpilot routes that you want to view and analyze using cabana.
To set up and start using cabana-handler, follow the steps below:
-
Clone the cabana-handler repository.
-
Navigate into the project directory.
-
Create a new directory named 'routes'.
-
Copy your openpilot routes into the newly created routes directory. Make sure that these files are copied as they are from the realdata directory on your dongle.
-
Run Docker Compose:
docker-compose -f docker-compose.yml up
This will pull the necessary Docker images (if they're not already on your system), build the Docker containers, and start cabana.
-
Once the application is running, open your web browser and visit: http://localhost:8080
-
On the web interface, select the drive that you wish to analyze. Cabana will now load your drive and display the relevant data.
We welcome contributions from the open-source community.
If you encounter any problems or have any questions about using cabana-handler, please create an issue on the GitHub repository.
cabana-handler is released under the MIT License.