Usage

Prerequisites

To use the project, first you need a few prerequisites:

And if you’re actually planning to build this:

  • Arduino IDE

  • A compatible microcontroller

  • Raspberry Pi (that can run Java 20, Python 3.12, etc)

Installation

Once you have all of these installed, you can install the project with:

(~) $ git clone https://github.com/JaidenAGrimminck/bot.git
(~) $ cd bot

Controlling Code Setup

To get started on the controlling code, we can go ahead and do the following steps:

(~/bot) $ cd controlling
(~/bot/controlling) $ ./gradlew clean
(~/bot/controlling) $ ./gradlew build

This will build the controlling code and prepare it for deployment.

To continue learning how to use the controlling code, check out the Getting Started section.