mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Added auto running debug message
This commit is contained in:
parent
f905bf5ea2
commit
a75a5b4867
@ -33,6 +33,7 @@ void DentRobot::AutonomousInit(){
|
||||
}
|
||||
}
|
||||
void DentRobot::AutonomousPeriodic(){
|
||||
printf("Running auto.\n");
|
||||
Scheduler::GetInstance()->Run();
|
||||
}
|
||||
void DentRobot::TeleopInit(){
|
||||
|
Loading…
Reference in New Issue
Block a user