Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Robocubs/2017VisionCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2017VisionCode

Finally working... 9 weeks after the season ended 😑

The server uses ZeroMQ to communicate with any client.

Start the server:

python server.py

The client communicates with the server using ZeroMQ for < 0.9ms response times.

Start the client:

python client.py

To test any modifications to the algorithm before pushing, run the test script:

python coverage.py

The final goal is to have all 56 images covered by the algorithm defined in Pipeline.py.