Mettre à jour 'conception/th_sendImageAndPosition.txt'

Esse commit está contido em:
Jean-Remy Hok 2021-04-06 14:35:56 +02:00
commit 445627ec03
2 arquivos alterados com 21 adições e 0 exclusões

Ver arquivo

@ -0,0 +1,21 @@
@startuml
skinparam monochrome true
start
:start_period(100 ms);
while ()
:wait_next_period();
if(shouldSendImage)then(true)
:Img image=camera.Grab();
if (shouldComputePosition)then(true)
:Position position=image.SearchRobot();
:image.DrawRobot(position);
endif
if (arena)then(null)
else
:image.DrawArena(arena);
endif
:messageToMon!image;
endif
endwhile
stop
@enduml