2019-10-01 07:43:50 +02:00
|
|
|
# Gyro tutorials
|
|
|
|
|
|
|
|
## Tutorials
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Calibrate",
|
|
|
|
"description": "Make sure you gyro sensor is ready to use",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/calibrate-gyro",
|
|
|
|
"imageUrl":"/static/tutorials/calibrate-gyro.png"
|
2019-10-01 23:54:17 +02:00
|
|
|
}, {
|
|
|
|
"name": "Turn",
|
|
|
|
"description": "Use the gyro to turn precisely",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/turn-with-gyro",
|
|
|
|
"imageUrl":"/static/tutorials/turn-with-gyro.png"
|
2019-10-01 07:43:50 +02:00
|
|
|
}, {
|
|
|
|
"name": "Move Straight",
|
|
|
|
"description": "Use the gyro to correct the trajectory of the robot",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/move-straight-with-gyro",
|
|
|
|
"imageUrl":"/static/tutorials/move-straight-with-gyro.png"
|
2019-10-01 19:11:58 +02:00
|
|
|
}, {
|
|
|
|
"name": "Drifter",
|
|
|
|
"description": "Explore how the gyro is drifting",
|
|
|
|
"cardType": "example",
|
|
|
|
"url":"/tutorials/drifter",
|
|
|
|
"imageUrl":"/static/tutorials/drifter.png"
|
2019-10-01 07:43:50 +02:00
|
|
|
}]
|
|
|
|
```
|