![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/853695/image.png)
How to change the range of the lidar sensor in Gazebo co-simulating with Simulink?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I am testing the sesor reading with the given example.
"Perform Co-Simulation between Simulink and Gazebo"
In the example, I wanted to change the range of the lidar sensor "hokuyo".
I opened "model.sdf" in the hokuyo folder, and changed some codes.
Origianal.
---------------------------------------------------
<range>
<min>0.08</min>
<max>10</max>
<resolution>0.01</resolution>
</range>
----------------------------------------------------
Changed,
---------------------------------------------------
<range>
<min>0.05</min>
<max>3</max>
<resolution>0.01</resolution>
</range>
----------------------------------------------------
Then, If I run the simulink, it shows me error below,
---------------------------------------------------------
Limits must be a 2-element vector of increasing numeric values.
varargout = matlab.graphics.internal.ruler.rulerFunctions(mfilename, nargout, varargin);
------------------------------------------
it turns out that, if the lidar sensor doesnt detect anything in the gazebo,
this error shows up.
Anyone can help with it?
Thanks.
Jaeyong Han
0 commentaires
Réponses (1)
Gaurav Bhosale
le 5 Jan 2022
Hi Jaeyong,
I tried same but didn't encountered the issue you mentioned above. The Simulink was completed without any issue.
Which MATLAB version are you using?
Can you debug the plotLidar code as shown below and see the angleMin, angleStep and angleMax values?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/853695/image.png)
Also, try to re-do changes freshly and see you face same issue or not.
Thanks
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!