mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated readme
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* 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
|
||||
SwerveDrive swerveDrive = SwerveParser.fromJSONDirectory(new File(Filesystem.getDeployDirectory(), "swerve"));
|
||||
SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirectory(), "swerve")).createSwerveDrive();
|
||||
```
|
||||
|
||||
# Library Information
|
||||
|
||||
Reference in New Issue
Block a user