Skip to content

Commit e440526

Browse files
authored
fix: tag ray deprecated, use lidar instead (#676)
Signed-off-by: vangasse <vangasse@ic.ufal.br>
1 parent 0f218c6 commit e440526

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup_guides/sensors/setup_sensors_gz.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ In your SDF add the below before the ``</model>`` line to add the lidar's link,
135135
<update_rate>5</update_rate>
136136
<topic>scan</topic>
137137
<gz_frame_id>lidar_link</gz_frame_id>
138-
<ray>
138+
<lidar>
139139
<scan>
140140
<horizontal>
141141
<samples>360</samples>
@@ -154,7 +154,7 @@ In your SDF add the below before the ``</model>`` line to add the lidar's link,
154154
<mean>0.0</mean>
155155
<stddev>0.01</stddev>
156156
</noise>
157-
</ray>
157+
</lidar>
158158
</sensor>
159159
</link>
160160

0 commit comments

Comments
 (0)