mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 08:48:03 -06:00
Add reverse mode
- Add reverse mode of autoAlign TODO: - Shoot between normal and reverse mode - Use the robot - Make the math in autoAlign
This commit is contained in:
@@ -50,12 +50,7 @@ public class Robot extends TimedRobot {
|
||||
* LiveWindow and SmartDashboard integrated updating.
|
||||
*/
|
||||
@Override
|
||||
public void robotPeriodic() {
|
||||
// This has to be run after the m_robotContainer is initiated
|
||||
// It will instantly return after it is run
|
||||
m_robotContainer.autoAlign.updateAlliance();
|
||||
|
||||
|
||||
public void robotPeriodic() {
|
||||
m_robotTime.updateTimes();
|
||||
//mled.updateLED();
|
||||
// Runs the Scheduler. This is responsible for polling buttons, adding newly-scheduled
|
||||
|
||||
Reference in New Issue
Block a user