Skip to content

jakub-tomczak/TAPAS

 
 

Repository files navigation

TAPAS

Code for an autonomous mobile robot TAPAS developed at Poznan University of Technology.

Prerequesities: -VTK >= 5.0 -OpenCV >= 3.0 with viz module -Qt 4.x -QGLViewer -TinyXML -URG library -libLBFGS -optionally CUDA >= 5.0

Prerequesities installation:

  1. Install prerequesities with apt-get: sudo apt-get install libvtk5-dev liblbfgs-dev libtinyxml-dev libqglviewer-dev
  2. Optionally: sudo apt-get install nvidia-cuda-toolkit (a proper driver have to be installed already)
  3. Compile and install OpenCV 3.0 with viz module.
  4. Compile and install URG library: http://sourceforge.net/projects/urgnetwork/files/urg_library/ .

Build: mkdir build cd build (adjust CUDA flag in CMakeLists.txt) cmake .. make

About

Code for an autonomous mobile robot TAPAS developed at Poznan University of Technology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.5%
  • C 34.8%
  • Cuda 5.1%
  • HTML 5.0%
  • Makefile 1.0%
  • CMake 0.5%
  • QMake 0.1%