An autonomous golf cart that can avoid obstacles, and navigate to a given location to pick up and drop off golf balls.
Part of the CDIO project at the Technical University of Denmark.
- Clone the repository.
- Run
pip install -r requirements.txtin the client folder to install the required Python packages. - Run
docker-compose upin the root folder to start the server. - Run
python main.pyin the client folder to start the client. - The client should now be running and connected to the server.