An open API service indexing awesome lists of open source software.

https://github.com/alanshaw-github/ros-navigation-globalplanner

A universal RRT algorithm implementation under ROS Navigation GlobalPlanner toolbox.
https://github.com/alanshaw-github/ros-navigation-globalplanner

Last synced: about 2 months ago
JSON representation

A universal RRT algorithm implementation under ROS Navigation GlobalPlanner toolbox.

Awesome Lists containing this project

README

        

# ROS-Navigation-GlobalPlanner
A universal RRT algorithm implementation under ROS Navigation GlobalPlanner toolbox.

### 一些说明

我实现的rrt算法使用了yaml文件进行配置选择不同的算法,`use_grid_path`参数为0或者1时用的是gridpath和gradientpath,就是旧的算法,当变成2时就会使用我的rrt算法,之前的a*之类的都不会用到了。

源代码的各个部分都做了小修改以适应新算法的架构(包括改进后的A*算法),rrt算法实现主要在`src/rrt.h` 和  `include/global_planner/rrt.h`

还有就是在引用我的包的时候要配置一下`move_base.launch`改成 ``(之前是global_planner::GlobalPlanner),以及引用yaml: ``