<SOS> Unrecognized function or variable 'setOccupancy'.
2 次查看(过去 30 天)
显示 更早的评论
Hi team,
I am trying to create an occupany map and set occupied space. However i am getting the error
"Unrecognized function or variable 'setOccupancy'."
%create occupany map and set occupied space
signFollowerMap = binaryOccupancyMap(5.2,5.2,100);
setOccupancy(signFollowerMap,[1,1],~imageMaskResized,"grid")
show(setOccupancy)
0 个评论
回答(2 个)
Walter Roberson
2021-12-7
It needs the Robotic System Toolbox, R2015a or later.
That is the same software and release that introduced binaryOccupancyMap, so it would be expected that if you had the first that you would also have the second -- unless you happen to have some third-party toolbox installed that defines one but not the other.
0 个评论
Cam Salzberger
2021-12-8
Pretty sure this is the issue:
show(setOccupancy)
There is no variable by that name. I believe you mean "show(signFollowerMap)"
-Cam
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!