mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 08:48:03 -06:00
Update
- Remove unneeded limelight stuff - Make base code for autoAlign - Need to test with robot
This commit is contained in:
@@ -51,6 +51,11 @@ public class Robot extends TimedRobot {
|
||||
*/
|
||||
@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();
|
||||
|
||||
|
||||
m_robotTime.updateTimes();
|
||||
//mled.updateLED();
|
||||
// Runs the Scheduler. This is responsible for polling buttons, adding newly-scheduled
|
||||
|
||||
Reference in New Issue
Block a user