Skip to content

Commit 6100b5d

Browse files
committed
fix: comment out unused
1 parent 50c7d99 commit 6100b5d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

launch/tier4_localization_launch/launch/pose_twist_estimator/pose_twist_estimator.launch.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</group>
2929

3030
<!-- YabLoc Launch (as pose estimator) -->
31-
<group if="$(eval &quot;'$(var pose_source)'=='yabloc'&quot;)">
31+
<!-- <group if="$(eval &quot;'$(var pose_source)'=='yabloc'&quot;)">
3232
<group>
3333
<push-ros-namespace namespace="pose_estimator"/>
3434
<include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/yabloc.launch.xml"/>
@@ -48,7 +48,7 @@
4848
<include file="$(find-pkg-share automatic_pose_initializer)/launch/automatic_pose_initializer.launch.xml"/>
4949
</group>
5050
</group>
51-
</group>
51+
</group> -->
5252

5353
<!-- Gyro Odometer Launch (as pose estimator) -->
5454
<group if="$(eval &quot;'$(var twist_source)'=='gyro_odom'&quot;)">
@@ -57,7 +57,7 @@
5757
</group>
5858

5959
<!-- Eagleye Launch (as pose & twist estimator) -->
60-
<group if="$(eval &quot;'$(var pose_source)'=='eagleye' and '$(var twist_source)'=='eagleye'&quot;)">
60+
<!-- <group if="$(eval &quot;'$(var pose_source)'=='eagleye' and '$(var twist_source)'=='eagleye'&quot;)">
6161
<group>
6262
<push-ros-namespace namespace="pose_twist_estimator"/>
6363
<include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml">
@@ -82,10 +82,10 @@
8282
<include file="$(find-pkg-share automatic_pose_initializer)/launch/automatic_pose_initializer.launch.xml"/>
8383
</group>
8484
</group>
85-
</group>
85+
</group> -->
8686

8787
<!-- Eagleye Launch (as pose estimator) -->
88-
<group if="$(eval &quot;'$(var pose_source)'=='eagleye' and '$(var twist_source)'!='eagleye'&quot;)">
88+
<!-- <group if="$(eval &quot;'$(var pose_source)'=='eagleye' and '$(var twist_source)'!='eagleye'&quot;)">
8989
<group>
9090
<push-ros-namespace namespace="pose_estimator"/>
9191
<include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml">
@@ -109,20 +109,20 @@
109109
<include file="$(find-pkg-share automatic_pose_initializer)/launch/automatic_pose_initializer.launch.xml"/>
110110
</group>
111111
</group>
112-
</group>
112+
</group> -->
113113

114114
<!-- Eagleye Launch (as twist estimator) -->
115-
<group if="$(eval &quot;'$(var pose_source)'!='eagleye' and '$(var twist_source)'=='eagleye'&quot;)">
115+
<!-- <group if="$(eval &quot;'$(var pose_source)'!='eagleye' and '$(var twist_source)'=='eagleye'&quot;)">
116116
<push-ros-namespace namespace="twist_estimator"/>
117117
<include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml">
118118
<arg name="output_twist_with_cov_name" value="/localization/twist_estimator/twist_with_covariance"/>
119119
<arg name="use_eagleye_pose" value="false"/>
120120
<arg name="use_eagleye_twist" value="true"/>
121121
</include>
122-
</group>
122+
</group> -->
123123

124124
<!-- AR Tag Based Localizer (as pose estimator) -->
125-
<group if="$(eval &quot;'$(var pose_source)'=='artag'&quot;)">
125+
<!-- <group if="$(eval &quot;'$(var pose_source)'=='artag'&quot;)">
126126
<group>
127127
<push-ros-namespace namespace="pose_estimator"/>
128128
<include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/ar_tag_based_localizer.launch.xml"/>
@@ -144,5 +144,5 @@
144144
</group>
145145
<include file="$(find-pkg-share tier4_localization_launch)/launch/util/util.launch.py"/>
146146
</group>
147-
</group>
147+
</group> -->
148148
</launch>

0 commit comments

Comments
 (0)