frc5183 / librobot

A FRC library aiming to simplify vendor libraries and provide an API for interacting with them for minimal effort.
MIT License
0 stars 0 forks source link
ctre first frc navx rev-robotics robot swerve

librobot

A FRC robotics library aiming to simply vendor libraries and provide a simple API for interacting all of them with minimal effort.

Installation

Add the following to your build.gradle file:

repositories {
    maven {
        url 'https://jitpack.io'
    }
}

dependencies {
    implementation 'com.github.frc5183:librobot:VERSION'
}

Versioning

This project uses Semantic Versioning prefixed by the year of the FRC season.

For example, the 2020 version of the library would be 2020-1.0.0