Skip to content

Commit c9cd096

Browse files
committed
fix: solve conflict
Signed-off-by: N-Eiki <eiki.nagata.2@tier4.jp>
1 parent 838306a commit c9cd096

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

autoware_launch/launch/components/tier4_perception_component.launch.xml

+1-15
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,11 @@
1616
<arg name="lidar_detection_model" default="pointpainting" description="options: `centerpoint`, `apollo`, `pointpainting`, `clustering`"/>
1717
<arg name="traffic_light_recognition/fusion_only" default="true" description="Whether to start only some of the signal recognition related nodes"/>
1818

19-
<<<<<<< HEAD
2019
<group if="$(eval sensor_model == 'aip_xx1_gen2')">
21-
<!-- In the Gen2 sensor configuration, the traffic_light_recognition node is launched not through the conventional autoware.universe/launch/tier4_perception_launch but with its own custom launch file.
20+
<!-- In the Gen2 sensor configuration, the traffic_light_recognition node is launched not through the conventional autoware.universe/launch/tier4_perception_launch but with its own custom launch file.
2221
This is because autoware.universe's launch files do not support an arbitrary number of cameras. If autoware.universe's launch files were to support it, it is recommended to use them instead. -->
2322
<include file="$(find-pkg-share autoware_launch)/launch/components/traffic_light_recognition/traffic_light.launch.xml"/>
2423
</group>
25-
=======
26-
<!-- In the Gen2 sensor configuration, the traffic_light_recognition node is launched not through the conventional autoware.universe/launch/tier4_perception_launch but with its own custom launch file.
27-
This is because autoware.universe's launch files do not support an arbitrary number of cameras. If autoware.universe's launch files were to support it, it is recommended to use them instead. -->
28-
<include file="$(find-pkg-share autoware_launch)/launch/components/traffic_light_recognition/traffic_light.launch.xml"/>
29-
<!-- NOTE: Override by false to disable conventional traffic light recognition launch -->
30-
<let name="use_traffic_light_recognition" value="false"/>
31-
32-
<!-- <group if="$(eval sensor_model == 'aip_xx1_gen2')"> -->
33-
<!-- In the Gen2 sensor configuration, the traffic_light_recognition node is launched not through the conventional autoware.universe/launch/tier4_perception_launch but with its own custom launch file.
34-
This is because autoware.universe's launch files do not support an arbitrary number of cameras. If autoware.universe's launch files were to support it, it is recommended to use them instead. -->
35-
<!-- <include file="$(find-pkg-share autoware_launch)/launch/components/traffic_light_recognition/traffic_light.launch.xml"/> -->
36-
<!-- </group> -->
37-
>>>>>>> b3da30656ccf0ef6d191712a40cfa98dbe937f98
3824
<!-- NOTE: Override by false to disable conventional traffic light recognition launch -->
3925
<let name="use_traffic_light_recognition" value="false" if="$(eval &quot;'aip_xx1_gen2' == '$(var sensor_model)'&quot;)"/>
4026
<let name="use_traffic_light_recognition" value="true" unless="$(eval &quot;'aip_xx1_gen2' == '$(var sensor_model)'&quot;)"/>

0 commit comments

Comments
 (0)