This repository was archived by the owner on Dec 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Auto benchmark speed #163
Closed
Closed
Auto benchmark speed #163
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
0a17c48
other speed autos completed with rishi g
AbhiraamVenigalla 02345b7
Merge branch 'feature-v3' into auto-benchmark-speed
ElliotScher eb3a0ca
Merge branch 'feature-v3' into auto-benchmark-speed
ElliotScher 5e69894
edit auto path and use correct thetaStdev
Aradig26 311e871
autolog fieldrelativevolocity
Aradig26 6e784b0
vision subsystem done
ElliotScher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ public v0_GompeivisionTestRobotContainer() { | |
| vision = | ||
| new Vision( | ||
| () -> AprilTagFieldLayout.loadField(AprilTagFields.k2025ReefscapeWelded), | ||
| RobotCameras.V3_POOT_CAMS); | ||
| RobotCameras.V3_EPSILON_CAMS); | ||
| break; | ||
| default: | ||
| break; | ||
|
|
@@ -38,7 +38,7 @@ public v0_GompeivisionTestRobotContainer() { | |
| vision = | ||
| new Vision( | ||
| () -> AprilTagFieldLayout.loadField(AprilTagFields.k2025ReefscapeWelded), | ||
| RobotCameras.V3_POOT_CAMS); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. undo these changes |
||
| RobotCameras.V3_EPSILON_CAMS); | ||
| } | ||
|
|
||
| configureButtonBindings(); | ||
|
|
||
This file contains hidden or 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,7 +39,6 @@ | |
| import frc.robot.subsystems.v3_Poot.superstructure.intake.V3_PootIntakeConstants.IntakePivotState; | ||
| import frc.robot.subsystems.v3_Poot.superstructure.intake.V3_PootIntakeIO; | ||
| import frc.robot.subsystems.v3_Poot.superstructure.intake.V3_PootIntakeIOSim; | ||
| import frc.robot.subsystems.v3_Poot.superstructure.intake.V3_PootIntakeIOTalonFX; | ||
| import frc.robot.subsystems.v3_Poot.superstructure.manipulator.V3_PootManipulator; | ||
| import frc.robot.subsystems.v3_Poot.superstructure.manipulator.V3_PootManipulatorConstants.ManipulatorRollerState; | ||
| import frc.robot.subsystems.v3_Poot.superstructure.manipulator.V3_PootManipulatorIO; | ||
|
|
@@ -82,15 +81,15 @@ public V3_PootRobotContainer() { | |
| new ModuleIOTalonFX(2, DriveConstants.BACK_LEFT), | ||
| new ModuleIOTalonFX(3, DriveConstants.BACK_RIGHT)); | ||
| elevator = new Elevator(new ElevatorIOTalonFX()).getFSM(); | ||
| intake = new V3_PootIntake(new V3_PootIntakeIOTalonFX()); | ||
| // intake = new V3_PootIntake(new V3_PootIntakeIOTalonFX()); | ||
| manipulator = new V3_PootManipulator(new V3_PootManipulatorIOTalonFX()); | ||
| climber = new V3_PootClimber(new V3_PootClimberIOTalonFX()); | ||
| superstructure = new V3_PootSuperstructure(elevator, intake, manipulator); | ||
| // superstructure = new V3_PootSuperstructure(elevator, intake, manipulator); | ||
| leds = new V3_PootLEDs(); | ||
| vision = | ||
| new Vision( | ||
| () -> AprilTagFieldLayout.loadField(AprilTagFields.k2025ReefscapeWelded), | ||
| RobotCameras.V3_POOT_CAMS); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should still use V3_POOT_CAMS |
||
| RobotCameras.V3_LL_TEST); | ||
| break; | ||
| case V3_POOT_SIM: | ||
| drive = | ||
|
|
@@ -368,6 +367,6 @@ public void robotPeriodic() { | |
| */ | ||
| @Override | ||
| public Command getAutonomousCommand() { | ||
| return autoChooser.selectedCommand(); | ||
| return AutonomousCommands.speedBenchThree(drive, superstructure, intake, manipulator).cmd(); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this change was for benchmarking only |
||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this still be 6000RPM?