Update RobotContainer.java

This commit is contained in:
Abhishrek05
2022-01-27 18:45:05 -07:00
parent 7f802f855e
commit bc17a10a8e
@@ -73,7 +73,7 @@ public class RobotContainer {
m_robotTurret.setDefaultCommand(
new RunCommand(() -> m_robotTurret.aimToCenter()));
new RunCommand(() -> m_robotTurret.aimToCenter()));{}
/**
* Use this method to define your button->command mappings. Buttons can be
* created by instantiating a {@link GenericHID} or one of its subclasses