2019-08-30 20:54:30 +02:00
|
|
|
# Motors
|
|
|
|
|
|
|
|
## Tutorials
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Run Motors",
|
|
|
|
"description": "Use the EV3 Brick buttons to start and stop the Large Motor and Medium Motor.",
|
|
|
|
"cardType": "tutorial",
|
|
|
|
"url":"/tutorials/run-motors",
|
|
|
|
"imageUrl":"/static/tutorials/run-motors.png"
|
2019-08-31 01:52:37 +02:00
|
|
|
}, {
|
|
|
|
"name": "Spin Turn",
|
|
|
|
"description": "Turn the driving base around its center.",
|
|
|
|
"cardType": "example",
|
|
|
|
"url":"/tutorials/spin-turn",
|
|
|
|
"imageUrl":"/static/tutorials/spin-turn.png"
|
|
|
|
}, {
|
|
|
|
"name": "Pivot Turn",
|
|
|
|
"description": "Turn the driving base around a wheel.",
|
|
|
|
"cardType": "example",
|
|
|
|
"url":"/tutorials/pivot-turn",
|
|
|
|
"imageUrl":"/static/tutorials/pivot-turn.png"
|
|
|
|
}, {
|
|
|
|
"name": "Smooth Turn",
|
2019-09-02 13:20:42 +02:00
|
|
|
"description": "Turn the driving base in a smooth, steering motion.",
|
2019-08-31 01:52:37 +02:00
|
|
|
"cardType": "example",
|
|
|
|
"url":"/tutorials/smooth-turn",
|
|
|
|
"imageUrl":"/static/tutorials/smooth-turn.png"
|
2019-08-31 00:03:09 +02:00
|
|
|
}, {
|
|
|
|
"name": "Tank ZigZag",
|
|
|
|
"description": "Use the tank block to keep motors in sync.",
|
|
|
|
"cardType": "example",
|
|
|
|
"url":"/tutorials/tank-zigzag",
|
|
|
|
"imageUrl":"/static/tutorials/tank-zigzag.png"
|
2019-08-31 15:05:36 +02:00
|
|
|
}, {
|
|
|
|
"name": "Coast Or Brake",
|
|
|
|
"description": "Tell motors to coast or brake once the run command is done.",
|
|
|
|
"cardType": "example",
|
|
|
|
"url":"/tutorials/coast-or-brake",
|
|
|
|
"imageUrl":"/static/tutorials/coast-or-brake.png"
|
2019-09-09 06:36:04 +02:00
|
|
|
}, {
|
|
|
|
"name": "Turtle",
|
|
|
|
"description": "Encode moves and run them on a driving base",
|
2019-09-11 22:23:09 +02:00
|
|
|
"url":"/tutorials/turtle",
|
2019-09-09 06:36:04 +02:00
|
|
|
"cardType": "example"
|
2019-08-30 20:54:30 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
|
|
|
[Run Motors](/tutorials/run-motors),
|
2019-08-31 01:52:37 +02:00
|
|
|
[Spin Turn](/tutorials/spin-turn),
|
|
|
|
[Pivot Turn](/tutorials/pivot-turn),
|
|
|
|
[Smooth Turn](/tutorials/smooth-turn),
|
|
|
|
[Tank ZigZag](/tutorials/tank-zigzag),
|
2019-09-09 06:36:04 +02:00
|
|
|
[Coast Or Brake](/tutorials/coast-or-brake),
|
|
|
|
[Turtle](/tutorials/turtle)
|