Skip to content

nullwh/rrt-simulator

 
 

Repository files navigation

RRT Simulator

Dependencies

  • Qt5
  • Eigen

Compiling

$ git clone https://github.com/sourishg/rrt-simulator
$ cd rrt-simulator/
$ chmod +x build.sh
$ ./build.sh

Run the exectuable as

$ ./bin/rrt-test

Interface

RRT Simulator

Note: Draw obstacles by clicking and dragging on the field.

About

Path planning using RRT algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 94.3%
  • CMake 3.2%
  • C 1.9%
  • Shell 0.6%