Skip to content

Basic template to get started with GradleRIO and CommandBased programming

Notifications You must be signed in to change notification settings

1757WestwoodRobotics/Basic-Robot-Template

Repository files navigation

Basic-Robot-Template

How to use this project:

  1. Open up Terminal (Mac/UNIX) or Command Prompt (Windows)
  2. Navigate to the project directory (cd ...)

Use the following commands:

  • Create a project: ./gradlew idea (Mac/UNIX) or gradlew idea (Windows)
  • Build/Compile a project: ./gradlew build or gradlew build
  • Deploy a project to the robot: ./gradlew deploy or gradlew deploy
  • Deploy project offline: ./gradlew deploy --offline or gradlew deploy --offline

About

Basic template to get started with GradleRIO and CommandBased programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages