setSpeed
Movement.setSpeed(speed/speedLeft, [speedRight])
Parameters
speed/speedLeft | Global Movement Speed value for left and right wheel. If speedRight is provided this value will be used for the global Movement Speed value of the left wheel only. |
speedRight (optional) | Global movement speed value for the right wheel. |
Returns
NothingDescription
Sets the global movement speed value for the left and right wheels. If speedLeft and speedRight are provided the values for the left and right wheels will be set respectively.