Skip to content

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

Notifications You must be signed in to change notification settings

pangfumin/CudaDwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published