|
|
||
|---|---|---|
| Communication | ||
| Robot/UR | ||
| UnifiWebsockets | ||
| .env.example | ||
| .gitignore | ||
| BBoxProcessor.py | ||
| LICENSE | ||
| README.md | ||
| URSentry.py | ||
| dockerfile | ||
| dockermain.py | ||
| main.py | ||
| requirements.txt | ||
README.md
Requirements
-
Device running this code needs internet access (to get Unifi camera data)
-
Must be run on the same network as the UR10.
-
UR10's IP address is hardcoded into
main.pyanddockermain.py. Needs to be manualy changed (or rewrite the code so its a env variable instead). -
The UR10 needs enough clearance, as it spins around alot and WILL hit things or people otherwise.
-
For Docker:
UNIFI_PASSWORDmust be set as an environment variable- dockerfile is included in the project.
-
For the rest:
UNIFI_PASSWORDmust be set in a.envfile. (See.env.example).- Run
main.pyto run the program.