mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated photos to video
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1 +1,3 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
*.mov filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
@@ -20,5 +20,5 @@ SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirector
|
||||
# Images
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
24
README.md.bak
Normal file
24
README.md.bak
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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.
|
||||
```java
|
||||
SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirectory(), "swerve")).createSwerveDrive();
|
||||
```
|
||||
|
||||
# Library Information
|
||||
* 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)
|
||||
# Java docs is [here](https://broncbotz3481.github.io/YAGSL/).
|
||||
|
||||
# Images
|
||||

|
||||

|
||||

|
||||

|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 98 KiB |
3
imgaes/swerve_falcons.mp4
Normal file
3
imgaes/swerve_falcons.mp4
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff6c8982f403cd719ea1dc25d99180e6266f7a71a9bc9746adfb13bb5595e075
|
||||
size 9099557
|
||||
3
imgaes/swerve_falcons_fix.mov
Normal file
3
imgaes/swerve_falcons_fix.mov
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dd3665155118a49dfa601ee36a1e8d54870cc9b7bbd04e24370843a03936d0e
|
||||
size 19134117
|
||||
3
imgaes/swerve_neos.mp4
Normal file
3
imgaes/swerve_neos.mp4
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7468aec72a782d4ccefb41ded96e4382bdb272bb5b66a90d9664dfbe37f7f83b
|
||||
size 377894
|
||||
Reference in New Issue
Block a user