2023-02-13 23:03:31 -06:00
2023-02-13 14:37:05 -06:00
2023-02-13 17:21:24 -06:00
2023-01-29 21:03:26 -06:00
2023-01-29 21:03:26 -06:00
2023-01-29 21:03:26 -06:00
2023-02-13 14:38:00 -06:00

Yet Another Generic Swerve Library

  • 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.
SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirectory(), "swerve")).createSwerveDrive();

Library Information

Check out the Wiki

Java docs is here.

Images

Field Shuffleboard Simulation Dashbaord as dials Dashboard as graphs

Description
Yet Another Generic Swerve Library - FRC Swerve Drive
Readme 4.9 MiB
Languages
Java 100%