mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
b484ed9bc021e2cd4194f5ab7420b59ca2164ef0
Yet Another Generic Swerve Library
- In early 2023
swerve-libcreated by SwerveDriveSpecialties officially became unmaintained after not being updated in 2022. - This library aims to simplify Swerve Drive implementations while not sacrificing speed or processing power.
Features
- The swerve drive is configurable via JSON files, and you can initialize the entire swerve drive with a similar line as the following.
- Simulation support.
SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirectory(), "swerve")).createSwerveDrive();
- The library is located in swervelib/ with documentation in docs/ and example JSON in deploy.
Discussions
- Latest resources and features will be posted on the discusions page here.
Library Information
Installation
- Install NavX Library
- Install Pheonix Library
- Install REVLib.
- Install YAGSL (
https://broncbotz3481.github.io/YAGSL-Lib/yagsl/yagsl.json)
Easy Configuration File Generation
Check out the Wiki
Java docs is here.
Images
Falcon Video
Neo Video
Description
Languages
Java
100%

