Skip to content

7ew1r/pcd-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCD Viewer

A simple PCD (Point Cloud Data) file viewer using glfw.

image

Requirement

  • PCL (Point Cloud Library) >= 1.7.2
  • glfw

Install

  1. Install requirements
$ sudo apt install libpcl-dev glfw libglfw3-dev cmake
  1. Clone repository & build
$ cd /dir/to/repo
$ mkdir build && cd build
$ cmake .. && make

Usage

$ ./PCD_Viewer

Drag and drop the PCD file on window to import object.
You can rotate an object by drag on the window.

About

A simple PCD (Point Cloud Data) file viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published