Skip to content

Commit

Permalink
[urdf][sensors][hokuyo] Removed always_on to fix gazebo server segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
DharminB committed Dec 10, 2021
1 parent c8fa41c commit 5549329
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions urdf/sensors/hokuyo_urg04_laser.gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<xacro:macro name="hokuyo_urg04_laser_gazebo" params="name ros_topic update_rate min_angle max_angle">
<gazebo reference="${name}_link">
<sensor name="${name}" type="ray">
<always_on>true</always_on>
<update_rate>${update_rate}</update_rate>
<pose>0 0 0 0 0 0</pose>
<visualize>false</visualize>
Expand All @@ -30,7 +29,6 @@

<plugin name="gazebo_ros_${name}_controller" filename="libgazebo_ros_laser.so">
<gaussianNoise>0.005</gaussianNoise>
<alwaysOn>true</alwaysOn>
<updateRate>${update_rate}</updateRate>
<topicName>${ros_topic}</topicName>
<frameName>/${name}_link</frameName>
Expand Down

0 comments on commit 5549329

Please sign in to comment.