2023-01-30 17:24:24 -06:00
|
|
|
# Yet Another Generic Swerve Library
|
2023-01-29 21:03:26 -06:00
|
|
|
* In early 2023 `swerve-lib` created 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
|
|
|
|
|
* When a compatible absolute encoder is given it will be used as a remote encoder for the steering motor reducing CAN messages.
|
|
|
|
|
* Autogenerated shuffleboard dashboard for each module which can be updated periodically with the verbosity setting.
|
|
|
|
|
* 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.
|
|
|
|
|
```java
|
2023-02-13 14:38:00 -06:00
|
|
|
SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirectory(), "swerve")).createSwerveDrive();
|
2023-01-29 21:03:26 -06:00
|
|
|
```
|
|
|
|
|
|
2023-01-29 21:18:52 -06:00
|
|
|
# Library Information
|
2023-01-30 14:51:15 -06:00
|
|
|
* The library is located in [swervelib/](./swervelib) with documentation in [docs/](./docs) and example JSON in [deploy](./deploy).
|
|
|
|
|
|
|
|
|
|
# Check out the [Wiki](https://github.com/BroncBotz3481/YAGSL/wiki)
|
2023-01-30 22:28:33 -06:00
|
|
|
# Java docs is [here](https://broncbotz3481.github.io/YAGSL/).
|
2023-01-29 21:18:52 -06:00
|
|
|
|
2023-01-29 21:03:26 -06:00
|
|
|
# Images
|
2023-01-29 21:04:19 -06:00
|
|
|

|
|
|
|
|

|
|
|
|
|

|
|
|
|
|

|