This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Missing gradle wrappers * FtcRobotController v6.1 * Bump RR and migrate constraints * remove unused imports * pull changes from RR * move update to commands * fix: incorrect behavior of instant commands * remove drive requirement in drive velocity tuner * fix: incorrect deadline with logic * fix: missing gamepad construction * fix: define TurnCommand * restructure drive velo pid tuner * feat: change tests to wait until start * refactor: change it from periodic to inside the commands * fix: remove requirement of drive subsystem * fix: update turn command to run with radians * fix: field centric test y sign * fix: call drive.update in the localization test * fix: call drive.update in FieldCentricTest * fix: FollowerPIDTuner.. all of it Co-authored-by: CalKestis <[email protected]> Co-authored-by: Cal Kestis <[email protected]> Co-authored-by: Ryan Brott <[email protected]>
- Loading branch information
1 parent
b03ee1c
commit a83fbb2
Showing
33 changed files
with
205 additions
and
276 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
dependencies { | ||
implementation project(':FtcRobotController') | ||
implementation 'org.firstinspires.ftc:RobotCore:6.0.1' | ||
implementation 'org.firstinspires.ftc:Hardware:6.0.1' | ||
implementation 'org.firstinspires.ftc:FtcCommon:6.0.1' | ||
implementation 'org.firstinspires.ftc:RobotCore:6.1.1' | ||
implementation 'org.firstinspires.ftc:Hardware:6.1.1' | ||
implementation 'org.firstinspires.ftc:FtcCommon:6.1.1' | ||
implementation (name: 'tfod-release', ext:'aar') | ||
implementation (name: 'tensorflow-lite-0.0.0-nightly', ext:'aar') | ||
|
||
implementation 'org.apache.commons:commons-math3:3.6.1' | ||
|
||
implementation 'com.acmerobotics.roadrunner:core:0.5.2' | ||
implementation 'com.acmerobotics.roadrunner:core:0.5.3' | ||
implementation 'com.acmerobotics.dashboard:dashboard:0.3.10' | ||
} |
1 change: 0 additions & 1 deletion
1
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/commands/MecanumDriveCommand.java
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.