public BatterShot() {
addSequential(new DriveDistance(-.4, 26));
addSequential(new UnlockShooter());
addSequential(new LowerRake());
addSequential(new SetShooterSpeed(Preferences.getInstance().getDouble("ShooterSpeed", 0.0)));
addSequential(new AimToAngle(61));
addSequential(new WaitCommand(1.0));
addSequential(new MoveBallIntoShooter());
addSequential(new WaitCommand(1.0));
addSequential(new SetShooterSpeed(0.0));
addSequential(new RaiseRake());
}
BatterShot.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:frc-2016
作者:
评论列表
文章目录