moving turtle

This commit is contained in:
Peli de Halleux 2019-09-08 21:36:04 -07:00
parent 23f48db20b
commit d76af5e5af
2 changed files with 7 additions and 1 deletions

View File

@ -39,6 +39,11 @@
"cardType": "example",
"url":"/tutorials/coast-or-brake",
"imageUrl":"/static/tutorials/coast-or-brake.png"
}, {
"name": "Turtle",
"description": "Encode moves and run them on a driving base",
"url":"/examples/turtle",
"cardType": "example"
}]
```
@ -49,4 +54,5 @@
[Pivot Turn](/tutorials/pivot-turn),
[Smooth Turn](/tutorials/smooth-turn),
[Tank ZigZag](/tutorials/tank-zigzag),
[Coast Or Brake](/tutorials/coast-or-brake)
[Coast Or Brake](/tutorials/coast-or-brake),
[Turtle](/tutorials/turtle)