자율주행 자동차 erp-42 gazebo simulation 상 automatic parking 구현, matlab 코드 첨부
clear; close all; clc;rosshutdown;rosinit('http://localhost:11311')tftree = rostf;pause(3);% Parameter//============================================================roi = [0, 20, -10, 10, -2, 4];% init//==================================================================params = lidarParameters('OS1Gen1-64',512);velSub = rossubscriber('/odom_skid', "DataFormat", "struct");gpsSub = rossubscriber('/o..