mirror of
https://github.com/brendanhaines/mecanum.git
synced 2025-07-31 21:01:53 -06:00
adds empty methods for those in IterativeRobot
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user