-
Print or Draw a black Tic Tac Toe field with rather thick edges
-
Place Pepper at roughly 40cm distance in front of the field and run
ssh nao@PEPPER_IP -c "nao stop && naoqi-bin --disable-life"
ℹ️ wait for all modules to be loaded (all 143 of them) -
Launch web server to host the game field that is retrieved by Peppers tablet
cd TicTacToe/html/html && python3 -m http.server
-
Launch VNC and see if field is clearly visible by Peppers camera
cd ~/source/docker-pepper && ./run.sh
-
(Launch image server to see debug CV images)
cd ./TicTacToe/debug_images && python2 imageme.py 8080
-> Open browser at localhost:8080 and use auto-refresh extension -
Launch game
./run.sh