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

https://github.com/hongtai-yuan/informed_rrtstar_with_bezier

该存储库实现了使用贝塞尔曲线优化的Informed RRT*(快速探索随机树)算法,并将其集成到 ros2 humble 版本的 nav2 路径规划器中。但目前有些问题,因为在nav2中路径规划器和路径平滑器是两个不同的部分,应该分开使用。
https://github.com/hongtai-yuan/informed_rrtstar_with_bezier

bezier-curves informed-rrt-star planning ros2-humble rrt-star

Last synced: about 1 month ago
JSON representation

该存储库实现了使用贝塞尔曲线优化的Informed RRT*(快速探索随机树)算法,并将其集成到 ros2 humble 版本的 nav2 路径规划器中。但目前有些问题,因为在nav2中路径规划器和路径平滑器是两个不同的部分,应该分开使用。

Awesome Lists containing this project

README

        

# Informed_RRTstar_With_Bezier
The repository implements the informed RRT*(rapidly exploring random tree) algorithm optimized using Bezier curve and integrates it in the nav2 path planner under ros2 humble.

## use the Informed RRT* for path planning



## use the third-order Bezier curve to smooth the path


说明文本



说明文本

## Use Informed-RRTstar-with-Bezier
```bash

$ git clone https://github.com/Y250HT/Informed-RRTstar-with-Bezier.git

$ cd Informed-RRTstar-with-Bezier

$ colcon build

$ . install/setup.bash

$ ros2 launch nav2_bringup tb3_simulation_launch.py headless:=False params_file:=YOUDIRECTORY/Informed-RRTstar-with-Bezier/nav2_params.yaml
```