19 lines
490 B
Markdown
19 lines
490 B
Markdown
|
# 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"
|
||
|
}, {
|
||
|
"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"
|
||
|
}]
|
||
|
```
|