Lidar for Toast!
To set up this module in your development environment, follow these steps:
- Clone the repository
- Run
gradlew eclipse
for Eclipse, orgradlew idea
for IntelliJ (Linux/Mac users should use./gradlew
instead ofgradlew
.) - Edit the
build.gradle
file to reflect your desired configuration (e.g. changing the team number)
To build this module, simply run gradlew build
.
To deploy this module to your Robot, simply run gradlew deploy
.
If you haven't already, you can deploy Toast to your Robot by running gradlew toastDeploy
.