Skip to content

vexide/Hydrozoa-Java

Repository files navigation

Hydrozoa Java SDK

Create VEX V5 robot programs in Java and Kotlin

About

The Hydrozoa Java SDK is a software library that allows Java and Kotlin programs to access the peripherals on VEX V5 robots. It also includes a Gradle plugin to make it easier to deploy Hydrozoa programs to robots.

Running Examples

Run the following command with a VEX V5 robot connected via USB.

./gradlew examples:clawbot:upload

Other examples can be run similarly:

./gradlew examples:clawbot-kotlin:upload