浏览代码

Update BoeBot.java

Janco Kock 11 年之前
父节点
当前提交
2f66f16dab
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      BoeBot.java

+ 2 - 0
BoeBot.java

@@ -18,6 +18,8 @@ public class BoeBot{
                 botsingdetectie = new Botsingdetectie();
                 fysiekeindicator = new FysiekeIndicator();
                 afir = new AfstandbedieningIr(motor);
+                aansturing = new Aansturing(5,4);
+                lijnvolger = new Lijnvolger();
 
                 motor.setSnelheid(100);
                 motor.setRichting(true);