This object is used in conjunction with BraitenbergControl to create simple Braitenberg vehicles.
Adding Wheels and Sensors to a Vehicle
Adds a sensor at location on the vehicle. This method returns the sensor which is created, a BraitenbergSensor. You'll use the returned object to connect it to the vehicle's wheels.
Adds a wheel at location on the vehicle. This method returns the wheel which is created, a BraitenbergWheel. You'll use the returned object to connect it to the vehicle's sensors.