Skip to content

Commit

Permalink
Reset gryro works
Browse files Browse the repository at this point in the history
robot drives correctly now
  • Loading branch information
Ronan-B committed Jan 7, 2025
1 parent ac2f659 commit 3989db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class RobotContainer {
/** The container for the robot. Contains subsystems, OI devices, and commands. */
public RobotContainer() {
m_swerveDrive.registerTelemetry(m_telemetry::telemeterize);

initSmartDashboard();
// Configure the trigger bindings
initializeSubSystems();
configureBindings();
Expand Down

0 comments on commit 3989db7

Please sign in to comment.