dengchengcheng / obviously

Open Robotic Vision and Utilities Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C++ 79.8%Language:C 17.6%Language:CMake 2.1%Language:Objective-C 0.3%Language:Lua 0.1%Language:Shell 0.1%