|
16 | 16 | <arg name="lidar_detection_model" default="pointpainting" description="options: `centerpoint`, `apollo`, `pointpainting`, `clustering`"/>
|
17 | 17 | <arg name="traffic_light_recognition/fusion_only" default="true" description="Whether to start only some of the signal recognition related nodes"/>
|
18 | 18 |
|
19 |
| -<<<<<<< HEAD |
20 | 19 | <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. |
22 | 21 | 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. -->
|
23 | 22 | <include file="$(find-pkg-share autoware_launch)/launch/components/traffic_light_recognition/traffic_light.launch.xml"/>
|
24 | 23 | </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 |
38 | 24 | <!-- NOTE: Override by false to disable conventional traffic light recognition launch -->
|
39 | 25 | <let name="use_traffic_light_recognition" value="false" if="$(eval "'aip_xx1_gen2' == '$(var sensor_model)'")"/>
|
40 | 26 | <let name="use_traffic_light_recognition" value="true" unless="$(eval "'aip_xx1_gen2' == '$(var sensor_model)'")"/>
|
|
0 commit comments