Canot run Mathtworks example, "TrackVehiclesUsingLidarExample.m"
显示 更早的评论
I'm trying to follow Mathworks example for tracking an object with lidar. I have their Toolboxes ( evaluation).
I downloaded the example file and called the script. I receive the error below. I look at the line number referenced and see object "driving". I put all the example files into a working directory. "unable to resolve the name" Am I missing something basic?
The example can be found here: https://www.mathworks.com/help/fusion/ug/track-vehicles-using-lidar.html
Screen capture below

1 个评论
Walter Roberson
2021-3-28
I notice that your trial is R2020b; current MATLAB is R2021a. Possibly you are running a demonstration too new for the version you have.
回答(1 个)
Shelby Reiches
2021-7-22
0 个投票
Hi,
I understand that MATLAB R2020b is returning an error related to the driving.birdsEyePlot.internal.plotCoverageArea function when you run the script from the Track Vehicles Using Lidar: From Point Cloud to Track List example.
The plotCoverageArea function is part of Automated Driving Toolbox, and I was able to reproduce the error you encountered by running the example script without Automated Driving Toolbox enabled. If downloading Automated Driving Toolbox is an option, doing so should resolve your issue. Because the documentation for this example should list Automated Driving Toolbox as a requirement, I have brought this error to the attention of the documentation team.
Thank you,
Shelby
类别
在 帮助中心 和 File Exchange 中查找有关 Detection and Tracking 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!