File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
<!-- Factory-calibrated depth registration -->
23
23
<arg name =" depth_registration" default =" true" />
24
+ <arg if =" $(arg depth_registration)" name =" depth" value =" depth_registered" />
25
+ <arg unless =" $(arg depth_registration)" name =" depth" value =" depth" />
24
26
25
27
<!-- Processing Modules -->
26
28
<arg name =" rgb_processing" default =" true" />
62
64
<param name =" scan_height" value =" 10" />
63
65
<param name =" output_frame_id" value =" /$(arg camera)_depth_frame" />
64
66
<param name =" range_min" value =" 0.45" />
65
- <remap from =" image" to =" $(arg camera)/depth/image_raw" />
67
+ <remap from =" image" to =" $(arg camera)/$(arg depth) /image_raw" />
66
68
<remap from =" scan" to =" $(arg scan_topic)" />
67
69
68
70
<!-- Somehow topics here get prefixed by "$(arg camera)" when not inside an app namespace,
69
71
so in this case "$(arg scan_topic)" must provide an absolute topic name (issue #88).
70
72
Probably is a bug in the nodelet manager: https://github.com/ros/nodelet_core/issues/7 -->
71
- <remap from =" $(arg camera)/image" to =" $(arg camera)/depth/image_raw" />
73
+ <remap from =" $(arg camera)/image" to =" $(arg camera)/$(arg depth) /image_raw" />
72
74
<remap from =" $(arg camera)/scan" to =" $(arg scan_topic)" />
73
75
</node >
74
76
</group >
You can’t perform that action at this time.
0 commit comments