|
@@ -14,6 +14,8 @@ public class Botsingdetectie{
|
|
|
|
|
|
|
|
IrDetectL = irL.detect();
|
|
IrDetectL = irL.detect();
|
|
|
IrDetectR = irR.detect();
|
|
IrDetectR = irR.detect();
|
|
|
|
|
+ System.out.println(IrDetectL);
|
|
|
|
|
+ System.out.println(IrDetectR);
|
|
|
if(IrDetectL || IrDetectR){
|
|
if(IrDetectL || IrDetectR){
|
|
|
return true;
|
|
return true;
|
|
|
|
|
|