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.
- Host: GitHub
- URL: https://github.com/frc5183/librobot
- Owner: frc5183
- License: mit
- Created: 2024-07-20T19:26:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-15T13:39:09.000Z (over 1 year ago)
- Last Synced: 2025-03-13T10:35:35.397Z (11 months ago)
- Topics: ctre, first, frc, navx, rev-robotics, robot, swerve
- Language: Java
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`