Skip to content

Commit e13b692

Browse files
committed
3d modeling
2 parents 133c905 + b142e04 commit e13b692

File tree

16 files changed

+317
-63
lines changed

16 files changed

+317
-63
lines changed

docs/_assets/images/COM_port.png

12 KB
Loading
29.1 KB
Loading
77.5 KB
Loading
101 KB
Loading

docs/_assets/images/my_image.png

68 KB
Loading
43.6 KB
Loading
19.2 KB
Loading

docs/_sass/custom/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
.callout-red {
19-
background-color: #F8F8F0;
19+
background-color: #ffd6d5;
2020
border-left: 5px solid #d94c4c;
2121
border-radius: 5px; // rounded edge
2222
padding: 0.5rem; // left side padding

docs/_sections/_guide-checkpoints/color-challenge.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ title: Color Challenge
44
nav_include: true
55
nav_order: 7
66
---
7+
# Color Sensor Checkpoint
78

9+
<img src="{{ '/_assets/images/my_image.png' | prepend: site.baseurl }}" alt="my_image.png :(">
10+
***replace with picture of current color challenge***
811

9-
goo goo gaga
12+
To pass this checkpoint, your robot should meet the following requirements:
13+
14+
* Have the color sensor attached to the robot in some way
15+
* Be able to sample and store the color of the initial tile
16+
* Autonomously drive until the identical tile is found
17+
18+
Some questions we might ask about this checkpoint are:
19+
20+
* How did you tell your robot to start the color sensor challenge?
21+
* How did you use the data from the color sensor in your program?
22+
* Why did you place the color sensor in the spot that it is?

docs/_sections/_guide-checkpoints/line-challenge.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ title: Line Challenge
44
nav_include: true
55
nav_order: 5
66
---
7+
# Line Sensor Checkpoint
78

9+
<img src="{{ '/_assets/images/my_image.png' | prepend: site.baseurl }}" alt="my_image.png :(">
10+
***replace with picture of current line challenge***
811

9-
goo goo gaga
12+
To pass this checkpoint, your robot should meet the following requirements:
13+
14+
* Have the line sensor attached to the robot
15+
* Autonomously follow a line until it ends
16+
17+
Some questions we might ask about this checkpoint are:
18+
19+
* How did you tell your robot to start the line sensor challenge?
20+
* How did you use the data from the line sensor in your program?
21+
* Why did you place the line sensor in the spot that it is?

0 commit comments

Comments
 (0)