An open API service indexing awesome lists of open source software.

https://github.com/frc5183/librobot

A FRC library aiming to simplify vendor libraries and provide an API for interacting with them for minimal effort.
https://github.com/frc5183/librobot

ctre first frc navx rev-robotics robot swerve

Last synced: 7 months ago
JSON representation

A FRC library aiming to simplify vendor libraries and provide an API for interacting with them for minimal effort.

Awesome Lists containing this project

README

          

# 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:
```gradle
repositories {
maven {
url 'https://jitpack.io'
}
}

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

## Versioning
This project uses [Semantic Versioning](https://semver.org/) prefixed by the year of the FRC season.

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