]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm: Add lift and jaws component enum to robot components.
authorMichal Vokac <vokac.m@gmail.com>
Thu, 28 Apr 2011 12:29:37 +0000 (14:29 +0200)
committerMichal Vokac <vokac.m@gmail.com>
Thu, 28 Apr 2011 12:29:37 +0000 (14:29 +0200)
src/robofsm/robot.h

index f23d47936ab7dd2050993ef20ef4710b2bdb79e4..cc92826d52ac84f148399fdf293c3563bfccb05a 100644 (file)
@@ -124,7 +124,8 @@ enum robot_component {
        COMPONENT_POWER,
        COMPONENT_HOKUYO,
        COMPONENT_START,
-       COMPONENT_VIDLE,
+       COMPONENT_JAWS,
+       COMPONENT_LIFT,
 
        ROBOT_COMPONENT_NUMBER
 };