Skip to content

Commit

Permalink
re-enable elevator
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBrar committed Dec 14, 2024
1 parent f459023 commit da050b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void Robot::TeleopPeriodic() {

controllerInterface.UpdateRobotControlData(_robot_control_data);
_swerve.Drive(_robot_control_data.swerveInput.xTranslation, _robot_control_data.swerveInput.yTranslation, _robot_control_data.swerveInput.rotation);
//elevatorManager.HandleInput(_robot_control_data);
elevatorManager.HandleInput(_robot_control_data);
//clawManager.HandleInput(_robot_control_data);
}

Expand Down

0 comments on commit da050b9

Please sign in to comment.