-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ff45fe
commit c00830e
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,6 @@ Table of Contents | |
|
||
specifications.rst | ||
getting_started.rst | ||
operation.rst | ||
troubleshooting.rst | ||
downloads.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
========= | ||
Operation | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
operation/rc_controller.rst |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
======================= | ||
Remote Controller Usage | ||
======================= | ||
|
||
RC Overview | ||
=========== | ||
|
||
The SLATE comes with a FlySky FS-i6S remote controller. | ||
The RC can command velocities to the SLATE directly without the use of secondary computer. | ||
|
||
.. image:: images/rc.png | ||
:align: center | ||
:width: 80% | ||
|
||
Using the RC | ||
============ | ||
|
||
#. Turn on the Remote Controller by holding down both power switches. | ||
The screen with turn on and a chime will play. | ||
|
||
#. Make sure all switches (SwA, SwB, SwC, SwD) are placed in the UP position on startup for safety. | ||
|
||
#. Enable manual control of the base by setting the second switch from the left (SwB) to its MIDDLE position. | ||
|
||
#. Use the left stick up/down to command forwards or backwards linear velocities. | ||
|
||
#. Use the right stick left/right to command counter-clockwise or clockwise angular velocities. |