2018-01-05 18:24:23 -08:00
|
|
|
# Coding Activites
|
|
|
|
|
|
|
|
|
2018-02-14 08:56:12 -08:00
|
|
|
## Projects
|
2018-01-05 18:24:23 -08:00
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
2018-02-14 08:56:12 -08:00
|
|
|
"name": "Autonomous Parking",
|
2018-03-29 15:16:26 -07:00
|
|
|
"description": "Design cars that can park themselves safely without driver intervention.",
|
2018-02-14 08:56:12 -08:00
|
|
|
"url":"/coding/autonomous-parking",
|
2018-02-27 11:48:50 -08:00
|
|
|
"imageUrl": "/static/lessons/autonomous-parking.png",
|
2018-02-14 08:56:12 -08:00
|
|
|
"cardType": "side"
|
|
|
|
}, {
|
|
|
|
"name": "Object Detection",
|
2018-03-29 15:16:26 -07:00
|
|
|
"description": "Design ways to avoid accidents between vehicles and objects in the road.",
|
2018-02-14 08:56:12 -08:00
|
|
|
"url":"/coding/object-detection",
|
2018-02-27 11:48:50 -08:00
|
|
|
"imageUrl": "/static/lessons/object-detection.jpg",
|
2018-02-14 08:56:12 -08:00
|
|
|
"cardType": "side"
|
|
|
|
}, {
|
2018-03-19 12:26:29 -07:00
|
|
|
"name": "Line Detection",
|
2018-03-29 15:16:26 -07:00
|
|
|
"description": "Design ways to improve driving safety by helping to prevent drivers from falling asleep and causing an accident.",
|
2018-03-02 16:35:40 -08:00
|
|
|
"url":"/coding/line-detection",
|
2018-02-27 11:48:50 -08:00
|
|
|
"imageUrl": "/static/lessons/line-detection.jpg",
|
2018-02-14 08:56:12 -08:00
|
|
|
"cardType": "side"
|
2018-01-08 14:06:29 -08:00
|
|
|
}]
|
|
|
|
```
|