Skip navigation links
lejos.robotics.navigation

Class SteeringPilot

Parameters:
driveWheelDiameter - The diameter of the wheel(s) used to propel the vehicle.
driveMotor - The motor used to propel the vehicle, such as Motor.B
steeringMotor - The motor used to steer the steering wheels, such as Motor.C
minTurnRadius - The smallest turning radius the vehicle can turn. e.g. 41 centimeters
leftTurnTacho - The tachometer the steering motor must turn to in order to turn left with the minimum turn radius.
rightTurnTacho - The tachometer the steering motor must turn to in order to turn right with the minimum turn radius.
Skip navigation links