]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robofsm/roboevent.py: two unused events commented out
authorFilip Jares <filipjares@post.cz>
Fri, 24 Apr 2009 08:53:52 +0000 (10:53 +0200)
committerFilip Jares <filipjares@post.cz>
Fri, 24 Apr 2009 08:53:52 +0000 (10:53 +0200)
src/robofsm/roboevent.py

index 475cb2a6baa236eeb9388b66aa75d6f610c9822d..8771645d27a7dbb8bc5ed563e79fd822f92b2a6c 100644 (file)
@@ -12,8 +12,8 @@ events = {
        "EV_MOTION_DONE"        : "Previously submitted motion is finished",
        "EV_GOAL_NOT_REACHABLE" : "Path planner can't calculate a path to the goal. Probably obstacles are on the way.",
 
-       "EV_OBSTRUCTION_AHEAD" : "",    # FIXME: what's this exactly? (F.J.)
-       "EV_ENEMY_AHEAD" : "",          # FIXME: what's this exactly? (F.J.)
+       # not used... delete it ? ... "EV_OBSTRUCTION_AHEAD" : "",      # FIXME: what's this exactly? (F.J.)
+       # not used... delete it ? ... "EV_ENEMY_AHEAD" : "",            # FIXME: what's this exactly? (F.J.)
     },
     "loc" : {
        #"EV_ODO_RECEIVED" : "Execute prediction step based on odometry data",