We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51711ed commit c09b83aCopy full SHA for c09b83a
1 file changed
launch/openni2.launch
@@ -48,8 +48,10 @@
48
<arg name="depth_registered_processing" default="true" />
49
<arg name="disparity_processing" default="false" />
50
<arg name="disparity_registered_processing" default="false" />
51
- <arg name="hw_registered_processing" default="true" />
52
- <arg name="sw_registered_processing" default="false" />
+ <arg name="hw_registered_processing" default="true" if="$(arg depth_registration)" />
+ <arg name="sw_registered_processing" default="false" if="$(arg depth_registration)" />
53
+ <arg name="hw_registered_processing" default="false" unless="$(arg depth_registration)" />
54
+ <arg name="sw_registered_processing" default="true" unless="$(arg depth_registration)" />
55
56
<!-- Disable bond topics by default -->
57
<arg name="respawn" default="false" />
0 commit comments