Skip to content

Commit

Permalink
refactor(euclidean_cluster): add package name prefix of autoware_
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 12, 2024
1 parent 8a9cc3c commit 6762e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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="euclidean_cluster" plugin="euclidean_cluster::VoxelGridBasedEuclideanClusterNode" name="euclidean_cluster" namespace="">
<composable_node pkg="autoware_euclidean_cluster" plugin="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
2 changes: 1 addition & 1 deletion edge_auto_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<exec_depend>autoware_auto_perception_rviz_plugin</exec_depend>
<exec_depend>detected_object_feature_remover</exec_depend>
<exec_depend>euclidean_cluster</exec_depend>
<exec_depend>autoware_euclidean_cluster</exec_depend>
<exec_depend>extrinsic_calibration_manager</exec_depend>
<exec_depend>extrinsic_manual_calibrator</exec_depend>
<exec_depend>extrinsic_tag_based_calibrator</exec_depend>
Expand Down

0 comments on commit 6762e82

Please sign in to comment.