A convinience class for driving commands.
More...
|
| bool | AutoUpdate = true |
| | Automatic update option for methods requesting more than one piece of information.
|
| |
| Robot | robot |
| | The robot class, accessible by all dervied classes.
|
| |
A convinience class for driving commands.
| Rovio.Drive.Drive |
( |
Robot |
_robot | ) |
|
| void Rovio.Drive.Backward |
( |
int |
speed | ) |
|
Move backward.
- Parameters
-
| void Rovio.Drive.DiagBackwardLeft |
( |
int |
speed | ) |
|
Diagonal backward left.
- Parameters
-
| void Rovio.Drive.DiagBackwardRight |
( |
int |
speed | ) |
|
Diagonal backward right.
- Parameters
-
| void Rovio.Drive.DiagForwardLeft |
( |
int |
speed | ) |
|
Diagonal forward left.
- Parameters
-
| void Rovio.Drive.DiagForwardRight |
( |
int |
speed | ) |
|
Diagonal forward right.
- Parameters
-
| void Rovio.Drive.Forward |
( |
int |
speed | ) |
|
Move forward.
- Parameters
-
| speed | 1 (fastest) - 10 (slowest) |
| void Rovio.Drive.RotateLeft |
( |
int |
speed | ) |
|
| void Rovio.Drive.RotateLeft20 |
( |
int |
speed | ) |
|
Rotate left by 20 degree angle increments.
- Parameters
-
| void Rovio.Drive.RotateRight |
( |
int |
speed | ) |
|
| void Rovio.Drive.RotateRight20 |
( |
int |
speed | ) |
|
Rotate right by 20 degree angle increments.
- Parameters
-
| void Rovio.Drive.Stop |
( |
| ) |
|
| void Rovio.Drive.StraightLeft |
( |
int |
speed | ) |
|
Move straight left.
- Parameters
-
| void Rovio.Drive.StraightRight |
( |
int |
speed | ) |
|
Move straight right.
- Parameters
-
The documentation for this class was generated from the following file:
- C:/Users/Greg/Documents/GitHub/RoboLib/src/Rovio.cs