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 145
145
WFOV 2x2 binned: 0, 5, 15, 30 FPS
146
146
WFOV unbinned: 0, 5, 15 FPS
147
147
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 )
149
149
-->
150
150
<update_rate >5</update_rate >
151
151
<camera >
172
172
WFOV 2x2 binned: 0.25 - 2.88 m
173
173
WFOV unbinned: 0.25 - 2.21 m
174
174
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 )
176
176
-->
177
177
<near >0.25</near >
178
178
<far >2.88</far >
179
179
</clip >
180
180
</camera >
181
181
<plugin filename =" libgazebo_ros_openni_kinect.so" name =" ${prefix}azure_camera_controller" >
182
182
<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 -->
186
186
<imageTopicName >rgb/image_raw</imageTopicName >
187
187
<cameraInfoTopicName >rgb/camera_info</cameraInfoTopicName >
188
188
<depthImageTopicName >depth/image_raw</depthImageTopicName >
You can’t perform that action at this time.
0 commit comments