MATLAB codes of RRT, RRT* and Smart-RRT*.
Run the file 'main.m'.
Parameter for Algorithm
start
: position of the startgoal
: position of the goalalg
: algorithm to use ( 1 = RRT ; 2 = RRT* ; 3 = Smart RRT* )epsilon
: max step length between nodesmax_nodes_num
: max number of nodes to be arrangedradius
: radius for ChooseParent and Rewire in RRT*bias_radius
: for Smart-RRT*bias_step
: for Smart-RRT*
Parameter for Scene Setting
map_size
: size of the sceneobs_num
: number of obstacles (overlap is ok)obs_size_min
: minimum size of each obstacleobs_size_max
: maximum size of each obstacle
RRT | RRT* | Smart-RRT* |
---|---|---|