firstUpdate = true;
firstMovement = true;
statusTable = new HashMap();
status = Defines.STATE_ROBOT_NOT_CALIBRATED;
sleepCounts = 0;
trace = new Trace();
isPlaybackRobot = Simulation.getCurrent().isPlaybackSimualtion();
statusTable.put(new Integer(Defines.STATE_ROBOT_NOT_CALIBRATED), "Robot sin calibrar");
if ( ! isPlaybackRobot )