MCPcopy Create free account
hub / github.com/Kitware/VeloView

github.com/Kitware/VeloView @v5.0.7

Chat with this repo
repository ↗ · DeepWiki ↗ · release v5.0.7 ↗ · + Follow
410 symbols 769 edges 30 files 206 documented · 50% updated 4y ago★ 329

Browse by type

Functions 351 Types & classes 59
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Introduction

LidarView performs real-time visualization of live captured 3D LiDAR data from Velodyne's HDL sensors (HDL-32E and HDL-64E).

LidarView can playback pre-recorded data stored in .pcap files. The HDL sensor sweeps an array of lasers (32 or 64) 360° and a vertical field of view of 40°/26° with 5-20Hz and captures about a million points per second (HDL-32E: ~700,000pt/sec; HDL-64E: ~1.3Million pt/sec). LidarView displays the distance measurements from the HDL as point cloud data and supports custom color maps of multiple variables such as intensity-of-return, time, distance, azimuth, and laser id. The data can be exported as XYZ data in CSV format or screenshots of the currently displayed point cloud can be exported with the touch of a button.

Features

  • Input from live sensor stream or recorded .pcap file
  • Visualization of LiDAR returns in 3D + time including 3d position and attribute data such as timestamp, azimuth, laser id, etc
  • Spreadsheet inspector for LiDAR attributes
  • Record to .pcap from sensor
  • Export to CSV or VTK formats
  • Record and export GPS and IMU data (New in 2.0)
  • Ruler tool (New in 2.0)
  • Visualize path of GPS data (New in 2.0)
  • Show multiple frames of data simultaneously (New in 2.0)
  • Show or hide a subset of lasers (New in 2.0)

How to Obtain

Binary installers for LidarView are available as community contributed applications:

The source code for LidarView is made available under the Apache 2.0 license.

Sample data for LidarView can be obtained from MIDAS in the Velodyne LiDAR collection.

How to use

For "sensor streaming" (live display of sensor data) it is important to change the network settings of the Ethernet adapter connected to the sensor from automatic IP address to manual IP address selection and choose:

  • HDL-32E
  • IP address: 192.168.1.70 (70 as example, any number except 201 works)
  • Gateway: 255.255.255.0
  • HDL-64E
  • IP address: 192.168.3.70 (70 as example, any number except 43 works)
  • Gateway: 192.168.3.255

In order for sensor streaming to work properly, it is important to disable firewall restrictions for the Ethernet port. Disable the firewall completely for the ethernet device connected to the sensor or explicitly allow data from that Ethernet port of (including both public and private networks).

When opening pre-recorded data or live sensor streaming data one is prompted to choose a calibration file.

  • For HDL-32E data no calibration file is needed (the HDL-32E calibration values are already incorporated in LidarView) therefore select "NONE".
  • For HDL-64E data the correct calibration file for that sensor needs to be chosen. The calibration file can be found on the individual product CD that was send with the HDL-64E sensor.

How to build

Detailed instructions for building and packaging are available in the LidarView Developer Guide (link non working in Gitlab UI). In Gitlab UI click LVCore above then Documentation then LidarView_Developer_Guide.md.

Core symbols most depended-on inside this repo

Shape

Method 219
Function 132
Class 56
Enum 3

Languages

C++68%
Python32%

Modules by API surface

Application/Ui/python/lidarview/applogic.py123 symbols
Application/Ui/Widgets/vvCalibrationDialog.cxx66 symbols
Application/Ui/Widgets/vvCropReturnsDialog.cxx34 symbols
Application/Ui/Widgets/vvSelectFramesDialog.cxx29 symbols
Application/Ui/Widgets/vvLaserSelectionDialog.cxx22 symbols
Application/Ui/pqLidarViewManager.cxx19 symbols
Application/Ui/vvPythonQtDecorators.h13 symbols
Application/Ui/pqLidarViewManager.h13 symbols
Application/vvMainWindow.cxx11 symbols
Application/Ui/lqOpenRecentFilesReaction.cxx10 symbols
Application/Ui/lqUpdateCalibrationReaction.cxx9 symbols
Application/Ui/lqOpenPcapReaction.cxx6 symbols

For agents

$ claude mcp add VeloView \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page