Skip to content

Commit

Permalink
Add elevator to subsystems arraylist
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMePipe committed Feb 12, 2025
1 parent e220ddb commit 37546b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public Robot() {
m_subsystems.add(m_swerve);
m_subsystems.add(m_odometry);
m_subsystems.add(m_arm);
m_subsystems.add(m_elevator);
m_subsystems.add(m_endEffector);

new RobotTelemetry();
Expand Down

0 comments on commit 37546b8

Please sign in to comment.