Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 484 Bytes

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