You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Gazebo-Simulation for the Summit_XL with ROS-Noetic on Ubuntu-Focal,
I noticed that the simulated Hokuyo UTM30LX-Sensor does not publish its Laser-Scans.
So in RViZ one cannot see any Laser-Points.
To solve this problem you just have to change Line 43 in hokuyo_utm30lx.urdf.xacro
from <sensor_hokuyo_utm_gazebo/>
to <xacro:sensor_hokuyo_utm_gazebo/>
I hope this hint will be useful.
The text was updated successfully, but these errors were encountered:
Using the Gazebo-Simulation for the Summit_XL with ROS-Noetic on Ubuntu-Focal,
I noticed that the simulated Hokuyo UTM30LX-Sensor does not publish its Laser-Scans.
So in RViZ one cannot see any Laser-Points.
To solve this problem you just have to change Line 43 in hokuyo_utm30lx.urdf.xacro
from
<sensor_hokuyo_utm_gazebo/>
to
<xacro:sensor_hokuyo_utm_gazebo/>
I hope this hint will be useful.
The text was updated successfully, but these errors were encountered: