Skip to content

Commit

Permalink
fix grammare error (autowarefoundation#887)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Liu <[email protected]>
Co-authored-by: Yuxuan Liu <[email protected]>
  • Loading branch information
Owen-Liuyuxuan and HinsRyu authored Jun 26, 2024
1 parent eff79fa commit d35aefd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<arg name="lidar_detection_model" default="pointpainting" description="options: `centerpoint`, `apollo`, `pointpainting`, `clustering`"/>
<arg name="traffic_light_recognition/fusion_only" default="true" description="Whether to start only some of the signal recognition related nodes"/>

<group if="$(eval sensor_model == 'aip_xx1_gen2')">
<group if="$(eval &quot;'$(var sensor_model)' == 'aip_xx1_gen2'&quot;)">
<!-- 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.
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. -->
<include file="$(find-pkg-share autoware_launch)/launch/components/traffic_light_recognition/traffic_light.launch.xml"/>
Expand Down

0 comments on commit d35aefd

Please sign in to comment.