All Projects → Kitware → Veloview

Kitware / Veloview

Licence: apache-2.0
VeloView performs real-time visualization and easy processing of live captured 3D LiDAR data from Velodyne sensors (Alpha Prime™, Puck™, Ultra Puck™, Puck Hi-Res™, Alpha Puck™, Puck LITE™, HDL-32, HDL-64E). Runs on Windows, Linux and MacOS

Labels

Projects that are alternatives of or similar to Veloview

opendlv
OpenDLV - A modern microservice-based software ecosystem powered by libcluon to make vehicles autonomous.
Stars: ✭ 67 (-73.52%)
Mutual labels:  lidar
urban road filter
Real-time LIDAR-based Urban Road and Sidewalk detection for Autonomous Vehicles 🚗
Stars: ✭ 134 (-47.04%)
Mutual labels:  lidar
rlas
R package to read and write las and laz files used to store LiDAR data
Stars: ✭ 23 (-90.91%)
Mutual labels:  lidar
ple
Probabilistic line extraction from 2-D range scan
Stars: ✭ 47 (-81.42%)
Mutual labels:  lidar
Applications-LidarBot
No description or website provided.
Stars: ✭ 15 (-94.07%)
Mutual labels:  lidar
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (-14.23%)
Mutual labels:  lidar
patchwork
Official page of Patchwork (RA-L'21 w/ IROS'21)
Stars: ✭ 174 (-31.23%)
Mutual labels:  lidar
lidar transfer
Code for Langer et al. "Domain Transfer for Semantic Segmentation of LiDAR Data using Deep Neural Networks", IROS, 2020.
Stars: ✭ 54 (-78.66%)
Mutual labels:  lidar
uav-lidar-analytics-course
NCSU GIS595/MEA792: UAV/lidar Data Analytics
Stars: ✭ 23 (-90.91%)
Mutual labels:  lidar
Awesome-3D-Object-Detection-for-Autonomous-Driving
Papers on 3D Object Detection for Autonomous Driving
Stars: ✭ 52 (-79.45%)
Mutual labels:  lidar
direct lidar odometry
Direct LiDAR Odometry: Fast Localization with Dense Point Clouds
Stars: ✭ 202 (-20.16%)
Mutual labels:  lidar
lidar body tracking
ROS Catkin package to track people using octree and cluster extraction
Stars: ✭ 68 (-73.12%)
Mutual labels:  lidar
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (-58.89%)
Mutual labels:  lidar
point-cloud-prediction
Self-supervised Point Cloud Prediction Using 3D Spatio-temporal Convolutional Networks
Stars: ✭ 97 (-61.66%)
Mutual labels:  lidar
tloam
T-LOAM: Truncated Least Squares Lidar-only Odometry and Mapping in Real-Time
Stars: ✭ 164 (-35.18%)
Mutual labels:  lidar
FAST LIO SLAM
LiDAR SLAM = FAST-LIO + Scan Context
Stars: ✭ 183 (-27.67%)
Mutual labels:  lidar
sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (-62.06%)
Mutual labels:  lidar
Pandar40 SDK
Development kit for Pandar40
Stars: ✭ 20 (-92.09%)
Mutual labels:  lidar
Pandora SDK
Development kit for Pandora
Stars: ✭ 14 (-94.47%)
Mutual labels:  lidar
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (-41.9%)
Mutual labels:  lidar

Introduction

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

VeloView 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). VeloView 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 VeloView are available as community contributed applications:

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

Sample data for VeloView can be obtained from Girder 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 VeloView) 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 VeloView Developer Guide .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].