Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 528 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 528 Bytes

CudaDwa

Toy code for local path planning algorithm DWA(Dynamic Window Approach) in CUDA implementation.

Dependency

  1. CUDA (developed and tested on 10.2 )
  2. OpenCV (developed and tested on 3.3)

Compilation

git clone https://github.com/pangfumin/CudaDwa.git
cd CudaDwa
mkdir build
cd build
cmake ..
make

Demo

  1. run cpp demo
cd build
./dwa_cpp_demo
  1. run CUDA demo
cd build
./dwa_cuda_demo