Skip to content

martinappo/robotiina2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robotiina

Robotex 2014 participant

##How to build: ###Under windows

  • Install Visual Studo 2013 express
  • Download OpenCV 2.4.9 and unpack into *c:* drive
  • check that C:\opencv\build\include paths exist
  • check that C:\opencv\build\x86\vc12\lib path exists
  • check that C:\opencv\build\x86\vc12\bin path exists
  • Download Boost binaries for VS2013
  • http://sourceforge.net/projects/boost/files/boost-binaries/1.56.0/
  • boost_1_56_0-msvc-12.0-32.exe
  • install into C:\boost_1_56_0
  • check that C:\boost_1_56_0\boost path exists
  • check that C:\boost_1_56_0\lib32-msvc-12.0 path exists
  • clone this project and compile it
  • start robotiina.bat to launch it or launch it form IDE

###On Linux (Ubuntu/jessie)

###On Rasperry Pi 2

  • make sure you upgrade to jessie
  • Update /etc/apt/sources.list to have jessie wherever you've currently got wheezy
  • sudo apt-get update
  • sudo apt-get dist-upgrade
  • sudo rpi-update
  • reboot
  • check that gcc version > 4.8
  • follow linux instructions
  • To use camera make sure /dev/video0 is present
  • "sudo modprobe bcm2835-v4l2" if driver not loaded