diff --git a/source/examples/robot_arm_h25.rst b/source/examples/robot_arm_h25.rst index be7913a..66e14c2 100644 --- a/source/examples/robot_arm_h25.rst +++ b/source/examples/robot_arm_h25.rst @@ -1,4 +1,15 @@ Robot Arm H25 ===================== +The example program below is written for the core education Robot Arm H25. It moves the black hubs around forever. Start the program with the black hubs positioned as show in the picture. The robot arm will first initialise and then start moving the hubs around. + +Building instructions for the robot arm can be found `on the LEGO website `_. Hint: turn the EV3 Intelligent Brick 180 degrees around when building. This way the micro SD card slot is accessible. + +.. figure:: ../images/robot_arm.jpg + :width: 90 % + :alt: overview + :align: center + + Overview of the robot arm + .. literalinclude:: ../../../examples/ev3/robot_arm_h25/main.py diff --git a/source/images/robot_arm.jpg b/source/images/robot_arm.jpg new file mode 100644 index 0000000..c2de053 Binary files /dev/null and b/source/images/robot_arm.jpg differ