Mettre à jour 'conception/th_move.txt'
This commit is contained in:
parent
c1ce48a19e
commit
a11dc90427
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ while ()
|
||||||
:msgSend = robot.Write(new Message(move));
|
:msgSend = robot.Write(new Message(move));
|
||||||
if (msgSend->getId()) then (MESSAGE_ANSWER_ACK)
|
if (msgSend->getId()) then (MESSAGE_ANSWER_ACK)
|
||||||
:counter = 0;
|
:counter = 0;
|
||||||
:robotStarted = true;
|
|
||||||
else (MESSAGE_ANSWER_ROBOT_TIMEOUT || \nMESSAGE_ANSWER_ROBOT_UNKNOWN_COMMAND || \nMESSAGE_ANSWER_ROBOT_ERROR)
|
else (MESSAGE_ANSWER_ROBOT_TIMEOUT || \nMESSAGE_ANSWER_ROBOT_UNKNOWN_COMMAND || \nMESSAGE_ANSWER_ROBOT_ERROR)
|
||||||
:counter++;
|
:counter++;
|
||||||
if (counter) then (3)
|
if (counter) then (3)
|
||||||
|
|
Loading…
Reference in a new issue