Change killBattery to bool
This commit is contained in:
parent
436819d9f3
commit
7194d369d4
1 changed files with 1 additions and 3 deletions
|
@ -65,14 +65,12 @@ private:
|
|||
ComMonitor monitor;
|
||||
ComRobot robot;
|
||||
int robotStarted = 0;
|
||||
int killBattery = 0;
|
||||
int move = MESSAGE_ROBOT_STOP;
|
||||
bool killBattery = 0;
|
||||
bool killReceiveFromMon=0;
|
||||
bool killVision=0;
|
||||
bool searchArena=0;
|
||||
bool killSendMon=0;
|
||||
bool killStartRobWD=0;
|
||||
bool killStartRob=0;
|
||||
bool killDetectlostSupRob=0;
|
||||
bool acquireImage=0;
|
||||
bool getPosition=0;
|
||||
|
|
Loading…
Reference in a new issue