Unable to resolve the name robotics.OccupancyGrid
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Faiza Gul
il 17 Giu 2021
Commentato: Faiza Gul
il 24 Giu 2021
I have a code which use ros toolbox and robotics system toolbox. I have them installed.
The code was working fine but now its giving this error:
Unable to resolve the name robotics.OccupancyGrid
don't know how to resolve it.
map = robotics.OccupancyGrid(25,25,20)
1 Commento
Amrtanshu Raj
il 21 Giu 2021
Hi,
Can you check that you do not have any local function or variable with the name robotics defined.
Try
clear
Then again try.
map = robotics.OccupancyGrid(25,25,20)
Risposta accettata
Walter Roberson
il 21 Giu 2021
The Robotics Toolbox has binaryOccupancyMap https://www.mathworks.com/help/robotics/ref/binaryoccupancymap.html
However, OccupancyMap and OccupancyMap3D are from the Navigation Toolbox
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Robotics 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!