Skip to content
Marek Kopicki edited this page Sep 19, 2013 · 20 revisions

Hardware

Demo 5.1

Other equipment

Birmingham

Software

Demo 5.1

System

  • Ubuntu 12.04.3 64-bit, no updates

General 3rd party software dependencies

  • Boost >= 1.46 (PCL)
  • FLANN >= 1.7.1 (PCL)
  • Eigen >= 3.0 (PCL)
  • VTK >= 5.6 (PCL)
  • OpenNI 1.5.4 (PCL)
  • PCL 1.7
  • ROS Groovy (uibk, unipi)
  • OpenCV >= 2.4.6 (bham)
  • Expat (bham)
  • Freeglut (bham)
  • NVIDIA PhysX 2.8 (bham)

Installation

  • Prerequisites

sudo apt-get install git

sudo apt-get install cmake-gui

git clone https://github.com/PointCloudLibrary/pcl pcl-trunk

cd pcl-trunk && mkdir BUILD && cd BUILD

cmake-gui ..

Clone this wiki locally