This repository was archived by the owner on Jul 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments