完善RTT算法

This commit is contained in:
张梦南 2025-06-07 17:15:31 +08:00
parent 0839d0e2ef
commit db25bc6cd6

View File

@ -1,4 +1,4 @@
function path = rtt(map, start, goal) function path = RTT(map, start, goal)
maxIterations = 5000; maxIterations = 5000;
stepSize = 5; stepSize = 5;
goalThreshold = 5; % goalThreshold = 5; %