Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.51 KB

LSD Web UI

Introduction

  • Display device status
  • Configure device parameters and algorithm parameters
  • Preview input(pointcloud, image) and output(object bounding box, trajectory, freespace) of algorithms (detection, prediction)
  • Calibrate lidar, lidar-camera, etc
  • Other advanced functions (json format config editor, log viewer and firmware upgrader)

Used technology

Basic Enviroment

Node 18.16.0, Installing Guide

Get started

  • Install dependency
npm install
  • Start dev server
npm run dev

Deploy

  • Build
npm run build

Rename the dist to www and replace the lidar-slam-detection/www, then refrese the browser