FengD / point_cloud_player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Point Cloud Player

Build and Execute

Generate <Makefile file>. `qmake build.pro`
Build. `Make`
Execute. `./point_cloud_player`

How to use

  1. Initial page. Image 1
  2. Click the "Add" menu bar. Image 2
  3. Add a lidar(online) or a pcap file(offline). Image 3

Version 1.0

 * Support the model "VLP16", "P40P", "RS16", "RS32" and "VLP32MR".
 * Display lidar point clouds.
 * Save one frame as PCD file(binary mode).
 * The cloud cloud be display forward or backward.

 BUG:
 * Each time needs to reopen for open a new file.

Version 2.0 (On going)

 * Play and pause with multipule speed.
 * Online Mode.(not sure if it is necessary)
 * Bug fixing.

About


Languages

Language:C++ 98.0%Language:QMake 1.5%Language:Shell 0.5%