Skip to content

achrolabutils collects some useful scripts which uses the achrolab package.

License

Notifications You must be signed in to change notification settings

derNarr/achrolabutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

achrolabutils contains useful scripts for running the vision laboratory.
TODO: add more details

achrolabutils contains module achrolab and two submodules eyeone and wasco.

To get started with github and to become a contributing member to these
repositories do the following:

Open git bash and clone achrolabutils

    git clone [email protected]:derNarr/achrolabutils.git

then run

    cd achrolabutils
    git submodule update --recursive --init

Now you have all repositories on your machine.

When you want to get writing access (you are allowed to and want to), run

    cd achrolab
    git remote rm origin
    git remote add origin [email protected]:derNarr/achrolab.git
    
    cd eyeone
    git remote rm origin
    git remote add origin [email protected]:derNarr/eyeone.git
    
    cd ../wasco
    git remote rm origin
    git remote add origin [email protected]:derNarr/wasco.git

For more relevant documentation see
github.com/derNarr/achrolab/tree/master/doc.

About

achrolabutils collects some useful scripts which uses the achrolab package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published