f577c61998
* Make corrections to coding activities * Bit of format and typos
28 lines
707 B
Markdown
28 lines
707 B
Markdown
# Coding Activites
|
|
|
|
|
|
## Projects
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Autonomous Parking",
|
|
"description": "Design cars that can park by themselves",
|
|
"url":"/coding/autonomous-parking",
|
|
"imageUrl": "/static/lessons/autonomous-parking.png",
|
|
"cardType": "side"
|
|
}, {
|
|
"name": "Object Detection",
|
|
"description": "Design ways to avoid accidents between vehicles and objects",
|
|
"url":"/coding/object-detection",
|
|
"imageUrl": "/static/lessons/object-detection.jpg",
|
|
"cardType": "side"
|
|
}, {
|
|
"name": "Line Detection",
|
|
"description": "Improve driving safety by helping drivers stay on course",
|
|
"url":"/coding/line-detection",
|
|
"imageUrl": "/static/lessons/line-detection.jpg",
|
|
"cardType": "side"
|
|
}]
|
|
```
|