Skip to content

Commit

Permalink
fix(map_tf_genrator): fix map launch prefix (autowarefoundation#8598)
Browse files Browse the repository at this point in the history
fix(map_tf_geenrator): fix map launch prefix

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored and kyoichi-sugahara committed Aug 27, 2024
1 parent 77a0458 commit a5b83b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_map_launch/launch/map.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<extra_arg name="use_intra_process_comms" value="$(var use_intra_process)"/>
</composable_node>

<composable_node pkg="map_tf_generator" plugin="VectorMapTFGeneratorNode" name="vector_map_tf_generator">
<composable_node pkg="autoware_map_tf_generator" plugin="autoware::map_tf_generator::VectorMapTFGeneratorNode" name="vector_map_tf_generator">
<param from="$(var map_tf_generator_param_path)"/>
<extra_arg name="use_intra_process_comms" value="$(var use_intra_process)"/>
</composable_node>
Expand Down

0 comments on commit a5b83b0

Please sign in to comment.