2D/3D RRT* algorithm

版本 1.1.0.0 (4.6 KB) 作者: SAI VEMPRALA
Optimal path planning using rapidly exploring random trees
6.4K 次下载
更新时间 2017/1/5

查看许可证

Code implementing the RRT* algorithm in both 2D and 3D spaces. 2D version also contains obstacle avoidance given the position and dimensions of an obstacle.
2D/RRTStar.m executes the 2D version of RRT*.
3D/RRTStar_3D.m executes the 3D version.
[1] LaValle, S. M., ‘Rapidly-Exploring Random Trees: A New Tool for Path Planning’, TR 98-11, Computer Science Department, Iowa State University, Oct. 1998.
[2] Karaman, Sertac, and Emilio Frazzoli. "Incremental sampling-based algorithms for optimal motion planning." Robotics Science and Systems VI 104 (2010).

引用格式

SAI VEMPRALA (2026). 2D/3D RRT* algorithm (https://ww2.mathworks.cn/matlabcentral/fileexchange/60993-2d-3d-rrt-algorithm), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Simulation 的更多信息
版本 已发布 发行说明
1.1.0.0

Minor fixes/improvements
Improved readability

1.0.0.0