Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 728 Bytes

File metadata and controls

27 lines (17 loc) · 728 Bytes

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

You'll need Hydrozoa CLI installed.

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

If you want to make your own Hydrozoa Java project, use this template.