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