yiyunevin / RL-RRT-Global-Planner

A ROS package of a path-planning method based on Bidirectional RRT*, which use the intermidiate points as the global information instead of the full path.
27 stars 3 forks source link
b-rrt-star global-planner path-optimization path-planning ros ros-noetic rrt rrt-star sampling-based-planning

Globla Planner Based on Bidirectional-RRT*

System

Usage

Environment setting

  1. Build a ROS package named rrt_planner
  2. Replace with the files of this repository
  3. $ catkin_make

Run the test program

$ roslaunch rrt_planner global_planner.launch test:=true
$ python3 ~/rrt_rl_review_ws/src/rrt_planner/script/rrt_planner_test.py --planner

Files

Result