diff --git a/source/examples/robot_educator.rst b/source/examples/robot_educator.rst index 3b301b1..5e6edf5 100644 --- a/source/examples/robot_educator.rst +++ b/source/examples/robot_educator.rst @@ -1,4 +1,16 @@ -Robot Educator +Ultrasonic Sensor Driving Base ===================== +The program in this example makes the Ultrasonic Sensor Driving Base drive until it sees an obstacle. When it does it backs up, turns and starts driving again. + +You can find building instructions on the `LEGO Education website `_. + +.. figure:: ../images/ultrasonic_sensor_driving_base.jpg + :width: 90 % + :alt: overview + :align: center + + Educator Driving base with Ultrasonic Sensor + + .. literalinclude:: ../../../examples/ev3/robot_educator/main.py diff --git a/source/images/ultrasonic_sensor_driving_base.jpg b/source/images/ultrasonic_sensor_driving_base.jpg new file mode 100644 index 0000000..1de8b79 Binary files /dev/null and b/source/images/ultrasonic_sensor_driving_base.jpg differ