[Robotics Playground Toolbox Add-on] Error Message When Using Distance Sensor Block
Mostra commenti meno recenti
I'm on Matlab R2020b. I was able to successfully run the Robotics Playground toolbox in the obstacle environment with 2 motors.
However, when I included a Distance Sensor Block into the Simulink model, I get the following error about robotics.OccupancyGrid

Risposte (1)
Cam Salzberger
il 1 Dic 2020
1 voto
Hello Benjamin,
robotics.OccupancyGrid is the old name for the occupancyMap object. It is a valid alias, so if you try to use robotics.OccupancyGrid, it will automatically use occupancyMap instead. However, note that occupancyMap is in Navigation Toolbox, not the Robotics System Toolbox, so you'll need it installed and licensed to use this block.
-Cam
1 Commento
Benjamin Tay
il 2 Dic 2020
Categorie
Scopri di più su Code Generation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!