Skip to content

This is a repository for the WPI Multi Robotics course's labs and fields

Notifications You must be signed in to change notification settings

ebertech/WPI-RBE-MULTI-ROBOTICS-2016

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPI-RBE-MULTI-ROBOTICS-2016-FIELD

This is a repository for the WPI Multi Robotics course's labs and fields

We use OpenCV to track ARUCO codes in the field. To build opencv in your system please run the install script by:

./installopencv.sh

If you are using ubuntu, make sure to install all the dependencies. To do so run:

sudo apt-get install build-essential  
sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev  
sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev  

###To build:

mkdir build  
cd build  
cmake ..  
make  

About

This is a repository for the WPI Multi Robotics course's labs and fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.3%
  • Other 8.3%
  • CMake 4.8%
  • Shell 2.6%