Skip to content

codingx-2019-team4/slam_qt_vtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLAM_QT_VTK

ENV setting up

Ubuntu 16.04 LTS

Tools

wget https://github.com/opencv/opencv/archive/3.4.2.tar.gz
tar -xzvf 3.4.2.tar.gz
cd opencv-3.4.2
mkdir build && cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_C_EXAMPLES=OFF ..
make -j8
sudo make install
git clone https://github.com/stevenlovegrove/Pangolin.git
cd Pangolin
mkdir build
cd build
cmake .. 
make -j8
sudo make install
wget https://www.vtk.org/files/release/7.1/VTK-7.1.1.tar.gz
tar -xzvf VTK-7.1.1.tar.gz
cd VTK-7.1.1 
mkdir build && cd build 
cmake ..
sudo make -j8
sudo make install
wget https://github.com/PointCloudLibrary/pcl/archive/pcl-1.8.0.tar.gz
tar -zxf pcl-1.8.0.tar.gz
cd pcl-pcl-1.8.0
mkdir build
cd build
cmake ..
sudo make -j8
sudo make install

We success using pcl-1.8 + vtk-7.1.1 install on ubuntu 16.04.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published