Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit 184ffe6

Browse files
committed
fixed line numbers
1 parent b3ad838 commit 184ffe6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

urdf/azure_kinect_macro.urdf.xacro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
WFOV 2x2 binned: 0, 5, 15, 30 FPS
146146
WFOV unbinned: 0, 5, 15 FPS
147147
148-
Note: Frame rate also needs to be changed in gazebo plugin settings (line 130)
148+
Note: Frame rate also needs to be changed in gazebo plugin settings (line 183)
149149
-->
150150
<update_rate>5</update_rate>
151151
<camera>
@@ -172,17 +172,17 @@
172172
WFOV 2x2 binned: 0.25 - 2.88 m
173173
WFOV unbinned: 0.25 - 2.21 m
174174
175-
Note: Range also needs to be changed in gazebo plugin settings (lines 131 and 132)
175+
Note: Range also needs to be changed in gazebo plugin settings (lines 184 and 185)
176176
-->
177177
<near>0.25</near>
178178
<far>2.88</far>
179179
</clip>
180180
</camera>
181181
<plugin filename="libgazebo_ros_openni_kinect.so" name="${prefix}azure_camera_controller">
182182
<alwaysOn>true</alwaysOn>
183-
<updateRate>5</updateRate>
184-
<pointCloudCutoff>0.25</pointCloudCutoff>
185-
<pointcloudcutoffmax>2.88</pointcloudcutoffmax>
183+
<updateRate>5</updateRate> <!-- Frame rate -->
184+
<pointCloudCutoff>0.25</pointCloudCutoff> <!-- Near clip distance -->
185+
<pointcloudcutoffmax>2.88</pointcloudcutoffmax> <!-- Far clip distance -->
186186
<imageTopicName>rgb/image_raw</imageTopicName>
187187
<cameraInfoTopicName>rgb/camera_info</cameraInfoTopicName>
188188
<depthImageTopicName>depth/image_raw</depthImageTopicName>

0 commit comments

Comments
 (0)