Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 802 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 802 Bytes

ReactJS velodyne lidar point clouds viewer

image

lidar data

lidar data was download from The KITTI Vision Benchmark Suite, download synced+rectified data data and unzip it.

useage

put unziped data folder on drive_data folder, folder structure like this image

image

install dependencies by npm or yarn

npm install
# or
yarn

open terminal to project folder start the server

node serverSrc.js

open another terminal and run React

npm start