@@ -73,4 +73,21 @@ Change the program so that the car drives backwards a little when all the three
#### Plan
We wish to implement a behavior that handles a situation where the robot is close to a surface in the directions front, left and right and makes a u-turn and drives in the opposite direction. To do this we
We wish to implement a behavior that handles a situation where the robot is close to a surface in the directions front, left and right and makes a u-turn and drives in the opposite direction. To do this we used the following code:
```
// Back up when all three distances are less than threshold