/**
* This function is called periodically during operator control
*/
public void teleopPeriodic() {
Scheduler.getInstance().run();
Watchdog.getInstance().feed();
// Timer.delay(.1);
if (((Subsystem) CommandBase.driveTrain).getCurrentCommand() == null) {
Scheduler.getInstance().add(new DriveWithController());
}
}
RobotMain.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:BadRobot2013
作者:
评论列表
文章目录