From 204fe6df8581bbf89f0c09ea159134ab2ef405bb Mon Sep 17 00:00:00 2001 From: Filip Jares Date: Fri, 24 Apr 2009 10:53:52 +0200 Subject: [PATCH] robofsm/roboevent.py: two unused events commented out --- src/robofsm/roboevent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/robofsm/roboevent.py b/src/robofsm/roboevent.py index 475cb2a6..8771645d 100644 --- a/src/robofsm/roboevent.py +++ b/src/robofsm/roboevent.py @@ -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", -- 2.39.2