GrappleRobotics / libgrapplefrc

Grapple's FRC Vendor Library
Other
3 stars 2 forks source link

libgrapplefrc

libgrapplefrc is the RoboRIO library for Grapple devices.

Installing

If you wish to use libgrapplefrc, use "Manage Vendor Libraries" in VSCode to install from URL https://storage.googleapis.com/grapple-frc-maven/libgrapplefrc2024.json.

Layout

This project is modelled off WPILib's vendor template, with some key differences. The project is split into three components:

Building

After installing the appropriate toolchains (rustup target add arm-unknown-linux-gnueabi, ./gradlew installRoboRioToolchain), follow the below steps:

For publishing, this is achieved in the GitHub workflows / actions file.