- Curl latest target.tar.gz from the releases page
- Extract the tar.gz
- chmod +x the executable
- Run the executable
- Profit
This repository contains submodules. To use these submodules for dev purposes, you must initialise them one by one on the robots (can be done by curl the release).
To update the submodules:
- Ensure you have updated the submodule's repository first
- Then you can open cmd in the local rpi_wifi_controller folder and update it (using "git submodule update --init" or "git submodule update --remote") and then commiting it with a message
- Open your file explorer, find the local folder and press view -> show -> hidden items
- Open .git folder and delete index.lock file
- Open github desktop and push your commit