Skip to content

Commit

Permalink
fix: namespace prefix
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Jul 21, 2024
1 parent 6762e82 commit 07119b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<group>
<node_container pkg="rclcpp_components" exec="component_container" name="container" namespace="">
<composable_node pkg="autoware_euclidean_cluster" plugin="euclidean_cluster::VoxelGridBasedEuclideanClusterNode" name="euclidean_cluster" namespace="">
<composable_node pkg="autoware_euclidean_cluster" plugin="autoware::euclidean_cluster::VoxelGridBasedEuclideanClusterNode" name="euclidean_cluster" namespace="">
<remap from="input" to="$(var input/pointcloud)"/>
<remap from="output" to="$(var output/objects)"/>
<param from="$(var param_path)"/>
Expand Down

0 comments on commit 07119b8

Please sign in to comment.