RRT(快速搜索隨機樹)

RRT 理論: 拋X_rand,先得X_near,再得X_new 以上是算法流程圖。 close all; clear all; % params for function [vertices, edges, path] = rrt(map, q_start, q_goal, k, delta_q, p) % MAP map = load('map.mat'); q_start = [80,
相關文章
相關標籤/搜索