public CenterVision() {
addSequential(new DFDSpeed(-200, -200, .75, .75));
addSequential(new WaitCommand(0.1));
addSequential(new MovingVisionAlignment(), 6);
addSequential(new WaitCommand(0.5));
addSequential(new GearOn(false, false), 1);
addSequential(new WaitCommand(0.5));
addSequential(new DFDSpeed(200, 200, 1.4, 1.4));
}
CenterVision.java 文件源码
java
阅读 17
收藏 0
点赞 0
评论 0
项目:StormRobotics2017
作者:
评论列表
文章目录