boolean reverse = Boolean.parseBoolean(pp.getProperty(
PilotProps.KEY_REVERSE,"true"));
//initialize colorHTsensor and bind to port 1
cs = new ColorHTSensor(SensorPort.S1);
//initialize DifferentialPilot object with standardized properties
pilot = new DifferentialPilot(wheelDiameter, trackWidth, leftMotor,
rightMotor, reverse);