nhaulrik created page: Lab7 authored by Nikolaj Cilleborg Haulrik's avatar Nikolaj Cilleborg Haulrik
...@@ -82,6 +82,7 @@ We wish to implement a behavior that handles a situation where the robot is clos ...@@ -82,6 +82,7 @@ We wish to implement a behavior that handles a situation where the robot is clos
``` ```
if ( leftDistance < stopThreshold && rightDistance < stopThreshold && frontDistance < stopThreshold ){ if ( leftDistance < stopThreshold && rightDistance < stopThreshold && frontDistance < stopThreshold ){
//
car.backward(power, power); car.backward(power, power);
Delay.msDelay(ms); Delay.msDelay(ms);
... ...
......