Single tank (#891)

* add note about dual blocks

* fix simulator to match hardware

* updated wording
This commit is contained in:
Peli de Halleux
2019-08-29 13:11:01 -07:00
committed by GitHub
parent bcb682b602
commit a302bbfc2b
4 changed files with 24 additions and 0 deletions

View File

@ -39,6 +39,13 @@ motors.largeBC.steer(-15, -75)
## ~
## ~ hint
Only one set of synchronized motors will run at the same time. Once you launch tank/steer, it will cancel any existing synchronized speed command.
## ~
## Examples
### Make a slight right

View File

@ -35,6 +35,12 @@ motors.largeBC.tank(-75, -75)
## ~
## ~ hint
Only one set of synchronized motors will run at the same time. Once you launch tank/steer, it will cancel any existing synchronized speed command.
## ~
## Examples
### Tank forward and backward