Skip to content

ChrisPfiOhm/obviously

 
 

Repository files navigation

obviously

Open Robotic Vision and Utilities Library You can install all neccessary packages by using the installObviously script Type "sudo ./installObviously" to the terminal.

Initial Checkout

Use EGit extension to enable Eclipse integration (recommended)

or use the command line

git clone https://github.com/stefanmay/obviously.git

There are project files for Eclipse. Please update the GIT index in order to ignore workstation specific changes:

git update-index --assume-unchanged .project

git update-index --assume-unchanged .cproject

Configuration of GIT client

git config --global user.name "Your Name Here"

git config --global user.email "@ohm"

git config --global credential.helper cache

About

Open Robotic Vision and Utilities Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.3%
  • C 18.3%
  • CMake 2.1%
  • Other 0.3%