rrt_toolboxRRT, RRT*, RRT*FN algorithms for MATLAB

联合创作 · 2023-09-29 09:20

DOI

MATLAB implementation of RRT, RRT* and RRT*FN algorithms.

What is RRT, RRT* and RRT*FN

  • RRT (Rapidly-Exploring Random Tree) is a sampling-based algorithm for solving path planning problem. RRT provides feasable solution if time of RRT tends to infinity.

  • RRT* is a sampling-based algorithm for solving motion planning problem, which is an probabilistically optimal variant of RRT. RRT* converges to the optimal solution asymptotically.

  • RRT*FN is a sampling-based algorithm based on RRT*. RRT*FN inherents asymptotical convergence to the optimal solution, however RRT*FN implements it using less memory.

How to use

The original package contains 3 files containing algorithm

  • rrt.m
  • rrt_star.m
  • rrt_star_fn.m

and 2 files containing classes that enable algorithm to solve problems for simple 2D mobile robot model and nDOF Redundant Manipulator

  • FNSimple2D.m
  • FNRedundantManipulator.m

One can add other additional models implementing all methods mentioned in rrt.m, rrt_star.m, rrt_star_fn.m

Authors

  • Olzhas Adiyatov oadiyatov[at]nu.edu.kz
  • Atakan Varol

(c) 2013

浏览 1
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报