teb 코드와 함께 보고서 작성 준비하기
%% Setup clear; close all; clc; rosshutdown; rosinit('http://localhost:11311') tftree = rostf; pause(2); % Parameter//============================================================= roi = [0, 7, -7, 7, -2, 4]; NumClusterPoints = 200; pp=controllerPurePursuit; pp.LookaheadDistance =4; % m pp.DesiredLinearVelocity = 0.2; % m/s pp.MaxAngularVelocity = 0.4; % rad/s worldFrame = 'erp42_base'; Lidar = t..