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",
|
|
|
|
"description": "TBD",
|
|
|
|
"url":"/coding/autonomous-parking",
|
|
|
|
"cardType": "side"
|
|
|
|
}, {
|
|
|
|
"name": "Object Detection",
|
|
|
|
"description": "TBD",
|
|
|
|
"url":"/coding/object-detection",
|
|
|
|
"cardType": "side"
|
|
|
|
}, {
|
|
|
|
"name": "Line Following",
|
|
|
|
"description": "TBD",
|
|
|
|
"url":"/coding/line-following",
|
|
|
|
"cardType": "side"
|
2018-01-08 14:06:29 -08:00
|
|
|
}]
|
|
|
|
```
|