Property | Type | Description | |
---|---|---|---|
Pid | bool | ||
movement | Movement |
Method | Description | |
---|---|---|
ManualBackward ( ) : void | ||
ManualBrake ( ) : void | ||
ManualForward ( ) : void | ||
ManualLeft ( ) : void | ||
ManualRight ( ) : void | ||
MoveBackward ( int distancemm ) : void | ||
MoveBackward ( int distancemm, sbyte speed ) : void | ||
MoveForward ( int distancemm ) : void | ||
MoveForward ( int distancemm, sbyte speed ) : void | ||
MoveToObject ( |
||
NavigationManager ( ) : System | ||
SetXOFF ( short _cx ) : void | ||
SetYOFF ( short _cy ) : void | ||
TurnLeftUntilWall ( |
||
TurnRightUntilWall ( |
||
brake ( ) : void | ||
disableContingency ( ) : void | ||
getActualPosition ( ) : |
||
getMag ( Axis axis ) : short | ||
resetDistance ( ) : void | ||
restartContingency ( ) : void | ||
setActualPosition ( |
||
turnLeft ( int angle ) : void | ||
turnLeft ( int angle, sbyte speed ) : void | ||
turnRight ( int angle ) : void | ||
turnRight ( int angle, sbyte speed ) : void |
Method | Description | |
---|---|---|
MoveBackward ( ) : void | ||
MoveBackward ( sbyte speed ) : void | ||
MoveForward ( ) : void | ||
MoveForward ( sbyte speed ) : void | ||
UpdatePosition ( bool isBack ) : void | ||
turnLeft ( ) : void | ||
turnLeft ( sbyte speed ) : void | ||
turnRight ( ) : void | ||
turnRight ( sbyte speed ) : void |
public MoveBackward ( int distancemm ) : void | ||
distancemm | int | |
return | void |
public MoveBackward ( int distancemm, sbyte speed ) : void | ||
distancemm | int | |
speed | sbyte | |
return | void |
public MoveForward ( int distancemm, sbyte speed ) : void | ||
distancemm | int | |
speed | sbyte | |
return | void |
public MoveToObject ( |
||
sensors | ||
return | void |
public TurnLeftUntilWall ( |
||
sensors | ||
return | void |
public TurnRightUntilWall ( |
||
sensors | ||
return | void |
public getActualPosition ( ) : |
||
return |
public setActualPosition ( |
||
p | ||
return | void |
public turnLeft ( int angle, sbyte speed ) : void | ||
angle | int | |
speed | sbyte | |
return | void |
public turnRight ( int angle, sbyte speed ) : void | ||
angle | int | |
speed | sbyte | |
return | void |