2019-09-25 05:47:29 +02:00
|
|
|
# City Shaper
|
|
|
|
|
|
|
|
## Tutorials
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Crane Mission / Robot 1",
|
|
|
|
"description": "Learn the basics and build your first robot driving base.",
|
|
|
|
"cardType": "tutorial",
|
2019-09-26 00:16:36 +02:00
|
|
|
"url":"/tutorials/city-shaper/robot-1",
|
|
|
|
"imageUrl": "/static/tutorials/city-shaper/robot1.jpg"
|
2019-09-25 05:47:29 +02:00
|
|
|
}, {
|
|
|
|
"name": "Crane Mission / Robot 2",
|
|
|
|
"description": "Program your robot to move in different ways.",
|
|
|
|
"cardType": "tutorial",
|
2019-09-26 00:16:36 +02:00
|
|
|
"url":"/tutorials/city-shaper/robot-2",
|
|
|
|
"imageUrl": "/static/tutorials/city-shaper/robot2.jpg"
|
|
|
|
}, {
|
|
|
|
"name": "Crane Mission / Video 1",
|
|
|
|
"description": "A video of the Robot 1 tutorial",
|
|
|
|
"youTubeId": "IqL0Pyeu5Ng"
|
2019-09-27 20:43:04 +02:00
|
|
|
}, {
|
2019-09-27 20:45:25 +02:00
|
|
|
"name": "Bluetooth download (beta)",
|
|
|
|
"description": "EXPERIMENTAL! Learn how to download code via Bluetooth.",
|
2019-09-27 20:43:04 +02:00
|
|
|
"youTubeId": "VIq8-6Egtqs"
|
2019-10-01 20:05:44 +02:00
|
|
|
}, {
|
|
|
|
"name": "Turn with Gyro",
|
|
|
|
"description": "Use the gyro for precise turns.",
|
2019-10-01 23:54:17 +02:00
|
|
|
"youTubeId": "I7ncuXAfBwk"
|
2019-10-01 20:05:44 +02:00
|
|
|
}, {
|
|
|
|
"name": "Moving with Gyro",
|
|
|
|
"description": "Use the gyro for correct the robot trajectory.",
|
|
|
|
"youTubeId": "ufiOPvW37xc"
|
2019-10-01 22:27:37 +02:00
|
|
|
}, {
|
|
|
|
"name": "Line following with 1 color sensor",
|
|
|
|
"description": "Simple line following using the color sensor.",
|
|
|
|
"youTubeId": "_LeduyKQVjg"
|
2019-10-02 21:26:51 +02:00
|
|
|
}, {
|
|
|
|
"name": "Proportional line following with 1 color sensor",
|
|
|
|
"description": "Proportional line following using the color sensor.",
|
|
|
|
"youTubeId": "-AirqwC9DL4"
|
2019-09-27 20:43:04 +02:00
|
|
|
}]
|
2019-09-25 05:47:29 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
[Robot 1](/tutorials/city-shaper/robot-1),
|
|
|
|
[Robot 2](/tutorials/city-shaper/robot-2)
|
|
|
|
|