|
28 | 28 | </group>
|
29 | 29 |
|
30 | 30 | <!-- YabLoc Launch (as pose estimator) -->
|
31 |
| - <group if="$(eval "'$(var pose_source)'=='yabloc'")"> |
| 31 | + <!-- <group if="$(eval "'$(var pose_source)'=='yabloc'")"> |
32 | 32 | <group>
|
33 | 33 | <push-ros-namespace namespace="pose_estimator"/>
|
34 | 34 | <include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/yabloc.launch.xml"/>
|
|
48 | 48 | <include file="$(find-pkg-share automatic_pose_initializer)/launch/automatic_pose_initializer.launch.xml"/>
|
49 | 49 | </group>
|
50 | 50 | </group>
|
51 |
| - </group> |
| 51 | + </group> --> |
52 | 52 |
|
53 | 53 | <!-- Gyro Odometer Launch (as pose estimator) -->
|
54 | 54 | <group if="$(eval "'$(var twist_source)'=='gyro_odom'")">
|
|
57 | 57 | </group>
|
58 | 58 |
|
59 | 59 | <!-- Eagleye Launch (as pose & twist estimator) -->
|
60 |
| - <group if="$(eval "'$(var pose_source)'=='eagleye' and '$(var twist_source)'=='eagleye'")"> |
| 60 | + <!-- <group if="$(eval "'$(var pose_source)'=='eagleye' and '$(var twist_source)'=='eagleye'")"> |
61 | 61 | <group>
|
62 | 62 | <push-ros-namespace namespace="pose_twist_estimator"/>
|
63 | 63 | <include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml">
|
|
82 | 82 | <include file="$(find-pkg-share automatic_pose_initializer)/launch/automatic_pose_initializer.launch.xml"/>
|
83 | 83 | </group>
|
84 | 84 | </group>
|
85 |
| - </group> |
| 85 | + </group> --> |
86 | 86 |
|
87 | 87 | <!-- Eagleye Launch (as pose estimator) -->
|
88 |
| - <group if="$(eval "'$(var pose_source)'=='eagleye' and '$(var twist_source)'!='eagleye'")"> |
| 88 | + <!-- <group if="$(eval "'$(var pose_source)'=='eagleye' and '$(var twist_source)'!='eagleye'")"> |
89 | 89 | <group>
|
90 | 90 | <push-ros-namespace namespace="pose_estimator"/>
|
91 | 91 | <include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml">
|
|
109 | 109 | <include file="$(find-pkg-share automatic_pose_initializer)/launch/automatic_pose_initializer.launch.xml"/>
|
110 | 110 | </group>
|
111 | 111 | </group>
|
112 |
| - </group> |
| 112 | + </group> --> |
113 | 113 |
|
114 | 114 | <!-- Eagleye Launch (as twist estimator) -->
|
115 |
| - <group if="$(eval "'$(var pose_source)'!='eagleye' and '$(var twist_source)'=='eagleye'")"> |
| 115 | + <!-- <group if="$(eval "'$(var pose_source)'!='eagleye' and '$(var twist_source)'=='eagleye'")"> |
116 | 116 | <push-ros-namespace namespace="twist_estimator"/>
|
117 | 117 | <include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/eagleye/eagleye_rt.launch.xml">
|
118 | 118 | <arg name="output_twist_with_cov_name" value="/localization/twist_estimator/twist_with_covariance"/>
|
119 | 119 | <arg name="use_eagleye_pose" value="false"/>
|
120 | 120 | <arg name="use_eagleye_twist" value="true"/>
|
121 | 121 | </include>
|
122 |
| - </group> |
| 122 | + </group> --> |
123 | 123 |
|
124 | 124 | <!-- AR Tag Based Localizer (as pose estimator) -->
|
125 |
| - <group if="$(eval "'$(var pose_source)'=='artag'")"> |
| 125 | + <!-- <group if="$(eval "'$(var pose_source)'=='artag'")"> |
126 | 126 | <group>
|
127 | 127 | <push-ros-namespace namespace="pose_estimator"/>
|
128 | 128 | <include file="$(find-pkg-share tier4_localization_launch)/launch/pose_twist_estimator/ar_tag_based_localizer.launch.xml"/>
|
|
144 | 144 | </group>
|
145 | 145 | <include file="$(find-pkg-share tier4_localization_launch)/launch/util/util.launch.py"/>
|
146 | 146 | </group>
|
147 |
| - </group> |
| 147 | + </group> --> |
148 | 148 | </launch>
|
0 commit comments