reversing the robot

This commit is contained in:
Peli de Halleux
2018-01-05 18:36:20 -08:00
parent ea46f1cbc7
commit 94c4e508fe
4 changed files with 65 additions and 2 deletions

View File

@ -15,14 +15,29 @@
"cardType": "example"
}, {
"name": "Three Point Turn",
"description": "Activity 1",
"description": "Activity 2",
"url":"/coding/three-point-turn-2",
"cardType": "example"
}, {
"name": "Three Point Turn",
"description": "Activity 1",
"description": "Activity 3",
"url":"/coding/three-point-turn-3",
"cardType": "example"
}, {
"name": "Reversing the robot",
"description": "Activity 1",
"url":"/coding/reversing-the-robot-1",
"cardType": "example"
}, {
"name": "Reversing the robot",
"description": "Activity 2",
"url":"/coding/reversing-the-robot-2",
"cardType": "example"
}, {
"name": "Reversing the robot",
"description": "Activity 3",
"url":"/coding/reversing-the-robot-3",
"cardType": "example"
}
]
```