jeremy-shannon / rrt-simulator

Path planning using RRT algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 94.2%Language:CMake 3.2%Language:C 1.9%Language:Shell 0.6%