Property | Type | Description | |
---|---|---|---|
module | |||
packetDelayMs | int |
Method | Description | |
---|---|---|
Backtrack ( ) : void | ||
CreationDelayMs ( ) : int | ||
DistanceAndSpeedToEngineCountsAndSpeed ( float distance_cm, float speed_cm_per_s, short &l_counts_s, short &r_counts_s, short &l_counts, short &r_counts ) : void | ||
DriveAhead ( float distance_cm, float speed_cm_per_sec ) : void | ||
InputToEngineSpeeds ( float in_hor, float in_ver, float in_scale, short &left_counts_s, short &right_counts_s ) : void | ||
IsManualInput ( ) : bool | ||
ModuleAutostart ( ) : bool | ||
ModuleCall ( ) : string | ||
ModulePriority ( ) : int | ||
Update ( ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnDestroy ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
CheckLimits ( ) : void | ||
Clamp ( short &value, short min, short max ) : void | ||
GetBacktrackFilename ( ) : string | ||
GetRecordFilename ( ) : string | ||
PrepareBacktrackDump ( string backtrackFilename ) : void | ||
StopBacktrack ( ) : void |
public DistanceAndSpeedToEngineCountsAndSpeed ( float distance_cm, float speed_cm_per_s, short &l_counts_s, short &r_counts_s, short &l_counts, short &r_counts ) : void | ||
distance_cm | float | |
speed_cm_per_s | float | |
l_counts_s | short | |
r_counts_s | short | |
l_counts | short | |
r_counts | short | |
return | void |
public DriveAhead ( float distance_cm, float speed_cm_per_sec ) : void | ||
distance_cm | float | |
speed_cm_per_sec | float | |
return | void |
public InputToEngineSpeeds ( float in_hor, float in_ver, float in_scale, short &left_counts_s, short &right_counts_s ) : void | ||
in_hor | float | |
in_ver | float | |
in_scale | float | |
left_counts_s | short | |
right_counts_s | short | |
return | void |
public DriveModuleProperties,Ev3devMapping module | ||
return |