This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
angle helper class, input control for inputDrive, more comments
- Loading branch information
1 parent
1b4713b
commit eef7eef
Showing
68 changed files
with
929 additions
and
332 deletions.
There are no files selected for viewing
Binary file modified
BIN
-72 Bytes
(96%)
swervelib/bin/main/frc/team1711/swerve/commands/AutonDrive.class
Binary file not shown.
Binary file modified
BIN
-57 Bytes
(97%)
swervelib/bin/main/frc/team1711/swerve/commands/AutonDriveSimple.class
Binary file not shown.
Binary file modified
BIN
-161 Bytes
(93%)
swervelib/bin/main/frc/team1711/swerve/commands/AutonTurn.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
swervelib/bin/main/frc/team1711/swerve/commands/AutonWheelTurn.class
Binary file not shown.
Binary file modified
BIN
-16 Bytes
(99%)
swervelib/bin/main/frc/team1711/swerve/subsystems/AutoSwerveDrive.class
Binary file not shown.
Binary file modified
BIN
+178 Bytes
(100%)
swervelib/bin/main/frc/team1711/swerve/subsystems/SwerveDrive.class
Binary file not shown.
Binary file modified
BIN
-176 Bytes
(90%)
swervelib/bin/main/frc/team1711/swerve/subsystems/SwerveWheel.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,5 @@ java { | |
withJavadocJar() | ||
} | ||
|
||
version = '1.6' | ||
version = '1.7' | ||
group = 'io.github.frc1711' |
Binary file modified
BIN
-71 Bytes
(96%)
swervelib/build/classes/java/main/frc/team1711/swerve/commands/AutonDrive.class
Binary file not shown.
Binary file modified
BIN
-56 Bytes
(97%)
swervelib/build/classes/java/main/frc/team1711/swerve/commands/AutonDriveSimple.class
Binary file not shown.
Binary file modified
BIN
-158 Bytes
(93%)
swervelib/build/classes/java/main/frc/team1711/swerve/commands/AutonTurn.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
swervelib/build/classes/java/main/frc/team1711/swerve/commands/AutonWheelTurn.class
Binary file not shown.
Binary file modified
BIN
-19 Bytes
(99%)
swervelib/build/classes/java/main/frc/team1711/swerve/subsystems/AutoSwerveDrive.class
Binary file not shown.
Binary file modified
BIN
+178 Bytes
(100%)
swervelib/build/classes/java/main/frc/team1711/swerve/subsystems/SwerveDrive.class
Binary file not shown.
Binary file modified
BIN
-173 Bytes
(90%)
swervelib/build/classes/java/main/frc/team1711/swerve/subsystems/SwerveWheel.class
Binary file not shown.
Binary file added
BIN
+1.26 KB
swervelib/build/classes/java/main/frc/team1711/swerve/util/Angles.class
Binary file not shown.
Binary file modified
BIN
-363 Bytes
(89%)
swervelib/build/classes/java/main/frc/team1711/swerve/util/Vector.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.