Skip to content

Commit e15f85b

Browse files
author
Dexter Industries
committed
Update README.md
Update the Find Hole Readme to something readable.
1 parent 5c86873 commit e15f85b

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
The goal of this example is to allow the GoPiGo to
1+
#Find Hole Example
2+
3+
This example will search for a "hole" for the [GoPiGo](http://www.dexterindustries.com/shop/gopigo-starter-kit-2/) to roll through. It will stop if it does not find a suitable hole in the objects around it to go through. The example uses the [GoPiGo Servo](http://www.dexterindustries.com/shop/servo-package/) and [GoPiGo Ultrasonic](http://www.dexterindustries.com/shop/ultrasonic-sensor/) sensor to find the holes.
4+
5+
The goal of this example is to allow the GoPiGo to:
6+
27
1. Move forward until it is within 20cm of an obstacle
38
2. Stop and scan the immediate area to find a hole large enough for the chassis to fit
4-
3. Turn toward the hole
5-
4. Move forward through the hole
9+
3. Turn toward the hole.
10+
4. Move forward through the hole.
611
5. Repeat
12+
13+
## Note that if the robot can not find a hole in the 100 degree code in front of it, it will stop.

0 commit comments

Comments
 (0)