Updated photos to video

This commit is contained in:
thenetworkgrinch
2023-02-16 22:34:01 -06:00
parent 239b782d2a
commit 7121be2881
8 changed files with 37 additions and 2 deletions

2
.gitattributes vendored
View File

@@ -1 +1,3 @@
*.zip filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.mov filter=lfs diff=lfs merge=lfs -text

View File

@@ -20,5 +20,5 @@ SwerveDrive swerveDrive = new SwerveParser(new File(Filesystem.getDeployDirector
# Images # Images
![Field Shuffleboard](./imgaes/field.png) ![Field Shuffleboard](./imgaes/field.png)
![Simulation](./imgaes/simulation.png) ![Simulation](./imgaes/simulation.png)
![Dashbaord as dials](./imgaes/dashboard_dials.png) ![Falcon Drive](./imgaes/swerve_falcons_fix.mov)
![Dashboard as graphs](./imgaes/dashboard_graph.png) ![Neo Drive](./imgaes/swerve_neos.mp4)

24
README.md.bak Normal file
View 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
![Field Shuffleboard](./imgaes/field.png)
![Simulation](./imgaes/simulation.png)
![Falcon Drive](./imgaes/swerve_falcons_fix.mov)
![Dashboard as graphs](./imgaes/swerve_neos.mp4)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff6c8982f403cd719ea1dc25d99180e6266f7a71a9bc9746adfb13bb5595e075
size 9099557

View 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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7468aec72a782d4ccefb41ded96e4382bdb272bb5b66a90d9664dfbe37f7f83b
size 377894