Skip to content

Commit

Permalink
fix(traffic_light.launch.xml): add lacked params (#10071)
Browse files Browse the repository at this point in the history
fix params

Signed-off-by: MasatoSaeki <[email protected]>
  • Loading branch information
MasatoSaeki authored Feb 5, 2025
1 parent 15ce10e commit 80caaec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
<group>
<node pkg="autoware_traffic_light_multi_camera_fusion" exec="traffic_light_multi_camera_fusion_node" name="traffic_light_multi_camera_fusion" output="screen">
<param name="camera_namespaces" value="$(var all_camera_namespaces)"/>
<param name="perform_group_fusion" value="true"/>
<param name="message_lifespan" value="0.09"/>
<param name="approximate_sync" value="false"/>
<remap from="~/input/vector_map" to="/map/vector_map"/>
<remap from="~/output/traffic_signals" to="$(var internal/traffic_signals)"/>
</node>
Expand Down

0 comments on commit 80caaec

Please sign in to comment.