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:
parent
b06962e955
commit
77c2354c00
12 changed files with 201 additions and 16 deletions
|
@ -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
|
Reference in a new issue