mirror of
https://github.com/brendanhaines/mecanum.git
synced 2024-12-25 18:38:12 -07:00
adds empty methods for those in IterativeRobot
This commit is contained in:
parent
984e1ff67e
commit
eb3f8371c5
|
@ -146,10 +146,23 @@ public:
|
||||||
///// TEST /////
|
///// TEST /////
|
||||||
////////////////
|
////////////////
|
||||||
|
|
||||||
|
void TestInit()
|
||||||
|
{}
|
||||||
|
|
||||||
void TestPeriodic()
|
void TestPeriodic()
|
||||||
{
|
{
|
||||||
lw->Run();
|
lw->Run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////
|
||||||
|
///// DISABLED /////
|
||||||
|
////////////////////
|
||||||
|
|
||||||
|
void DisabledInit()
|
||||||
|
{}
|
||||||
|
|
||||||
|
void DisabledPeriodic()
|
||||||
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
START_ROBOT_CLASS(Robot);
|
START_ROBOT_CLASS(Robot);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user