Skip to content

YoungsonZhao/pcd-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo of the project

pcd-viewer

This project visualizes pcd files on Ubuntu. We could view pcd files either by double-clicking the pcd files or by using command line in terminal. This project is developed using c++ on Ubuntu 16.04 with PCL 1.8.1.

Installing / Getting started

Prerequisites

  • pcl-1.9.1
  • vtk-6.2.0
  • glog The versions of pcl and vtk are mandatory, if you download and install the released the package directly. If you compile and install from source, any versions of pcl and vtk are workable.

Install

sudo dpkg -i pcd-viewer-1.0.2-Linux.deb

Uninstall

sudo dpkg --purge pcd-viewer

Usage

Some projects require initial configuration (e.g. access tokens or keys, npm i). This is the section where you would document those requirements.

Developing

Prerequisites

  • GNU-5.4.0
  • cmake-3.5.1
  • pcl-1.9.1
  • vtk-6.3
  • Boost-1.58.0
  • glog

Building

git clone git@github.com:YoungsonZhao/pcd-viewer.git
cd pcd-viewer/
mkdir build
cd build
cmake ..
make package

Features

  • Visualize a pcd file by double-clicking it.
  • Visualize a pcd file by inputting its path in terminal using command line.
  • Visualize all the pcd files listed in a file by offering the file's path in terminal using command line.
  • Visualize all the pcd files in a directory by offering the directory's path in terminal using command line.
  • Support PointXYZ and PointXYZRGB format.

Links

Licensing

The code in this project is licensed under MIT license.