It helps anyone see paths drawn from different path planners and also tune the parameters
- python 2
- PyQt4
- Ros (Jade)
- Install PyQt4
sudo apt-get install python-qt4
- Install Ros(Jade)
- Download/clone this repository
- Go in the main folder of repo
- run
catkin_make
- then source packages by running
source devel/setup.bash
- open 2 new terminals(2nd and 3rd terminal respectively) and repeat step 3 for 2nd terminal
- run
roscore
in the 3rd terminal - now run
rosrun gui_path gui
in 2nd terminal - Go to
src
folder of gui_path and runpython gui_path.py
You will get this window.
- select any rrt from
rrt menu
in top left corner (for now only rrt-connect has been implemented) - select start point and end point by either clicking on window or by writing coordinates on text boxes
- give different parameters(max_iter,bias,step_size)
- click on
send data
thenupdate path
- you are done. you can repeat the steps(2 to 4) with changing paramters and input.