/**
* This function is run when the robot is first started up and should be
* used for any initialization code.
*/
public void robotInit(){
enableWatchdog(true);
compressor(DIO_COMPRESSOR, RELAY_COMPRESSOR);
new AutonMode(){
CommandGroup auton = new CG_OneBall();
public void init() {auton.start();}
public void run() {}
public void end() {auton.cancel();}
};
}
WestwoodBot.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:Robot-Java-2014
作者:
评论列表
文章目录