Filter löschen
Filter löschen

need solution for binaryOccupanyMap

2 Ansichten (letzte 30 Tage)
Nouman Bahsir
Nouman Bahsir am 20 Feb. 2023
Beantwortet: Cameron Stabile am 6 Mär. 2023
hello,
While running the binaryOcuupancyMap for robotic work. this error is pop up (as follows):-
Undefined function 'ExampleHelperRobotSimulator' for input arguments of type 'binaryOccupancyMap'
I don't know why is this error is shown up, and due to this my code doesn't able to run. kindly help in this matters.
Regards,

Antworten (1)

Cameron Stabile
Cameron Stabile am 6 Mär. 2023
Hi Nouman,
This error message indicates that your program is trying to call the function ExampleHelperRobotSimulator, which is a helper that ships in several ROS Toolbox examples, e.g. FeedbackControlOfAROSenabledRobotExample and GenerateCodetoManuallyDeployaROSNodefromSimulinkExample.
What may have happened is that you are using some code from those examples, but copied it into some other directory, or lost the original file. To determine the source of the issue, please try running the following in your MATLAB command console:
>> openExample('ros/FeedbackControlOfAROSenabledRobotExample')
>> FeedbackControlOfAROSenabledRobotExample
If that example is able to run then you should have everything you need going forward, otherwise you might be missing a ROS or Navigation Toolbox license. Please verify that you have both using the ver command.
Hope this helps,
Cameron

Kategorien

Mehr zu Network Connection and Exploration finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by