generated from Tino-FRC-2473/FSMBotTemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated mech testing on robot + changed binds for shooter mech
* Added code for nextState from FSM * adjustments to shooter mech * Fix Checkstyles Fixed All checkstyle issues with the code. Please make sure you have the plugin enabled when writing the code and please follow the checkstyles * fixed checkstyles again * Fixed Shooter Code for Testing * finalized shooter code * addressing svr sw mech pr adjustments * chain mech complete * restoring chain mech files * added auto functions * fixed merge conflicts * fixed checkstyle * resolving pr comments * made climber mech changes * working climber code * checkstyle * Added config for PS4 controller for easier control rebinding * removed extending state * tested some auto, fixed unused state, ran teleop with shooter and drive * uncommented shooterFSM.reset() * added amp button * added amp button * tested amp outtake button * id changes + cmech test * switched right and left climber CAN IDs * switched HW Map CAN IDs for climber to 19,20 * removed amp shooting + added shooter rev state and button * smoother state transitions for shooter * checkstyle --------- Co-authored-by: Araav <nayakaraav@gmail.com> Co-authored-by: Bhargav Eranki <77950550+beranki@users.noreply.github.com> Co-authored-by: Aaron <143990364+Adbritto@users.noreply.github.com> Co-authored-by: Daiji <duchino292@student.fuhsd.org> Co-authored-by: Prashant Kondayapalepu <prashant777k@gmail.com> Co-authored-by: Mira <mpanigrahy607@student.fuhsd.org>
- Loading branch information
1 parent
e965e12
commit 0853b2d
Showing
9 changed files
with
71 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,3 @@ public void simulationPeriodic() { } | |
@Override | ||
public void robotPeriodic() { } | ||
} | ||
|
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
Binary file not shown.
Binary file not shown.