Specify NetworkAlerts support

see https://github.com/BroncBotz3481/YAGSL-Example/pull/136
This commit is contained in:
gaming
2024-01-17 08:01:05 -05:00
committed by GitHub
parent 09a8312a5c
commit 0c1ee5a935

View File

@@ -11,6 +11,7 @@ import edu.wpi.first.math.util.Units;
SwerveDrive swerveDrive=new SwerveParser(new File(Filesystem.getDeployDirectory(),"swerve")).createSwerveDrive(Units.feetToMeters(14.5));
```
* The library is located in [swervelib/](./swervelib) with documentation in [docs/](./docs) and example JSON in [deploy](./deploy).
* Support for [NetworkAlerts](https://github.com/Mechanical-Advantage/NetworkAlerts/) for use in Shuffleboard.
# Discussions
* Latest resources and features will be posted on the discusions page [here](https://github.com/BroncBotz3481/YAGSL-Example/discussions).