need solution for binaryOccupanyMap

3 visualizzazioni (ultimi 30 giorni)
Nouman Bahsir
Nouman Bahsir il 20 Feb 2023
Risposto: Cameron Stabile il 6 Mar 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,

Risposte (1)

Cameron Stabile
Cameron Stabile il 6 Mar 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

Categorie

Scopri di più su Network Connection and Exploration in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by