Skip to content

Commit

Permalink
added controller bindings lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Cancelable committed Dec 22, 2023
1 parent a41780a commit 07f8258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions simgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
"NetworkTables": {
"transitory": {
"SmartDashboard": {
"Shooter": {
"open": true
},
"open": true
}
}
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/com/stuypulse/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import edu.wpi.first.wpilibj.smartdashboard.SendableChooser;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import edu.wpi.first.wpilibj2.command.Command;
import edu.wpi.first.wpilibj2.command.button.Trigger;

public class RobotContainer {

Expand Down Expand Up @@ -66,6 +67,9 @@ private void configureDriverBindings() {

// swerve

// turret
driver.getLeftButton().onTrue(new TurretPoint(new Translation2d(0, 0))); // change the button later lol

// left bumper -> robot relative

// odometry
Expand Down

0 comments on commit 07f8258

Please sign in to comment.