| Package | org.MARS.util |
| Class | public class LocomotionUtil |
| Method | Defined by | ||
|---|---|---|---|
|
createTwoWheelSystem(wheelRadius:Number, maxSpeed:Number, wheelDistance:Number):Array
[static]
Create the system of two wheels on the same axis, such as required by the DifferentialSteering
| LocomotionUtil | ||
| createTwoWheelSystem | () | method |
public static function createTwoWheelSystem(wheelRadius:Number, maxSpeed:Number, wheelDistance:Number):ArrayCreate the system of two wheels on the same axis, such as required by the DifferentialSteering
ParameterswheelRadius:Number |
|
maxSpeed:Number |
|
wheelDistance:Number |
Array — Array
|
See also