Skip to content

Commit db33733

Browse files
Merge pull request #33 from lf-lang/line
Adding more track examples created by Aditya Krishnan (@the-systematic-chaos)
2 parents afad44a + fb036fa commit db33733

File tree

7 files changed

+16
-3
lines changed

7 files changed

+16
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ include/
6464
# pico setup script location
6565
pico/
6666
lf-pico-solutions/
67+
68+
# Temporary files by mdbook
69+
book/

src/Line.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
The goal of this exercise is to program the Pololu robot in LF to perform track and line following, where the robot detects a line or track and follows it until it reaches the end.
44

5-
For this lab, you will need a suitable line like the one here (made using black ducktape and a white foam board):
6-
7-
<img src="img/Track.jpeg">
5+
For this lab, you will need a suitable line like the ones below, made using black poster chart paper (cut in the shape of the track) or black ducktape on white foam boards:
6+
7+
<table>
8+
<tr>
9+
<td><img src="img/Track_1.jpg" alt="1" width = 360px ></td>
10+
<td><img src="img/Track_2.jpg" alt="2" width = 360px></td>
11+
</tr>
12+
<tr>
13+
<td><img src="img/Track_3_4.jpg" alt="3" width = 360px></td>
14+
<td><img src="img/Track_Example.jpg" alt="4" width = 360px>
15+
</td>
16+
</tr>
17+
</table>
818

919
## 9.1 Prelab
1020

src/img/Track.jpeg

-51.6 KB
Binary file not shown.

src/img/Track_1.jpg

1.14 MB
Loading

src/img/Track_2.jpg

1.85 MB
Loading

src/img/Track_3_4.jpg

131 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)