fixed a path problem

This commit is contained in:
running-mars 2021-07-13 11:13:31 +08:00
parent ce24723610
commit 37e3ae13be
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
<visual name="visual">
<geometry>
<mesh>
<uri>model://hokuyo/meshes/hokuyo.dae</uri>
<uri>model://hokuyo_lidar/meshes/hokuyo.dae</uri>
</mesh>
</geometry>
</visual>
@ -68,7 +68,7 @@
<plugin name="gazebo_ros_head_hokuyo_controller" filename="libgazebo_ros_laser.so">
<robotNamespace></robotNamespace>
<topicName>scan</topicName>
<frameName>laser</frameName>
<frameName>laser_2d</frameName>
</plugin>
<always_on>1</always_on>
<update_rate>500</update_rate>