Skip to content

Commit

Permalink
feat(tier4_perception_launch): fix argument var
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
  • Loading branch information
kaancolak committed Aug 29, 2022
1 parent 866499b commit 737c770
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<include file="$(find-pkg-share object_merger)/launch/object_association_merger.launch.xml">
<arg name="input/object0" value="temporary_merged_objects"/>
<arg name="input/object1" value="clustering/objects"/>
<arg name="output/object" value="($var merger/output/objects)"/>
<arg name="output/object" value="$(var merger/output/objects)"/>
</include>
</group>

Expand Down

0 comments on commit 737c770

Please sign in to comment.