Skip to content

techniker/veloVLPview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Live Point Cloud Viewer for Velodyne VLP-16 LiDAR

This repository contains a simple Python-based live point cloud viewer for the Velodyne VLP-16 LiDAR sensor. The viewer uses PyQtGraph for visualization and can handle real-time data streaming from the sensor.

Features

  • Real-time Visualization: Visualize point cloud data in real-time.
  • Scatter Plot with Color Mapping: Points are color-coded based on their distance.
  • Keyboard Interaction: Press R to flush the point cloud data.

Requirements

  • Python 3.x
  • NumPy
  • PyQt5
  • PyQtGraph
  • Matplotlib

Releases

No releases published

Packages

No packages published

Languages