functionrosbagFile = helperDownloadRosbag()% Download the data set from the given URL.rosbagZipFile = matlab.internal.examples.downloadSupportFile(...'lidar','data/lccSample.zip'); [outputFolder,~,~] = fileparts(rosbagZipFile); rosbagFile = fullfile(outputFolder,'lccSample.bag');if~exist...