This commit is contained in:
Raphael Benistant 2020-03-28 09:59:18 +01:00
commit 02522cfe0e

View file

@ -65,14 +65,12 @@ private:
ComMonitor monitor; ComMonitor monitor;
ComRobot robot; ComRobot robot;
int robotStarted = 0; int robotStarted = 0;
int killBattery = 0;
int move = MESSAGE_ROBOT_STOP; int move = MESSAGE_ROBOT_STOP;
bool killBattery = 0;
bool killReceiveFromMon=0; bool killReceiveFromMon=0;
bool killVision=0; bool killVision=0;
bool searchArena=0; bool searchArena=0;
bool killSendMon=0; bool killSendMon=0;
bool killStartRobWD=0;
bool killStartRob=0;
bool killDetectlostSupRob=0; bool killDetectlostSupRob=0;
bool acquireImage=0; bool acquireImage=0;
bool getPosition=0; bool getPosition=0;