updated to version 0.0.3

added vision daemon which runs in the background
added more documentation to vision module
now including opencv dependencies in complib package
This commit is contained in:
Joel 2021-01-21 23:55:26 +01:00
parent b06962e955
commit 77c2354c00
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
12 changed files with 201 additions and 16 deletions

View file

@ -1,3 +1,4 @@
export BUILDING_DOCS=true
cd docs || exit
rm -rf build
rm -rf gh-pages
@ -18,4 +19,5 @@ git push origin gh-pages
cd ..
rm -rf gh-pages
cd ..
cd ..
export BUILDING_DOCS=false