Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 427 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 427 Bytes

slam

slam algorithm

how to

# generate points
python3 main.py

node server.js
# and open display/js/site.html in browser

# linux only
./display/build/src/display - display points (wasd - move, er - next,previous frame, leftmousebutton & mosue - move camera)

build display (linux)

cd display

mkdir build

cmake .. .

make

./src/display

libs

opengl

sfml

opencv-python

opencv-contrib-python

kdtree