示例#1
0
	void TestPeriodic()
	{
		//bool isEnabled = false;
		lw->Run();
		//holder->TestPeriodic();
		//printf("TestPeriodic\n");

	}
示例#2
0
	void TestPeriodic()
	{
		lw->Run();
		if (launcherSensor->Get()) {
			printf("on\n");
		} else {
			printf("off\n");
		}

	}
示例#3
0
	void TestPeriodic()
	{
		lw->Run();
	}
	virtual void TestPeriodic() {
		lw->Run();
		lw->AddActuator("Intake", "ramplifter", CommandBase::intake->getServo());
	}
示例#5
0
// During every loop intervel of the test period
void Robot::TestPeriodic() {
	lw->Run();
}
示例#6
0
	void TestPeriodic() override {
		lw->Run();
	}