Skip to content

minhanghuang/hdmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenDRIVE Engine

Build Status Build Status

opendrive-engine

Dependence

QuickStart

install dependence

sudo python3 setup.py

run server

source install/setup.bash
./scripts/run_viewer.sh

run frontend

cd viewer/frontend
npm install
npm run dev

Feature

  • The UI interface displays the information of the current point and shows the current lane lines.

  • Path planning and displaying the planned path.

References

imap