Skip to content

Commit

Permalink
refactor: add package name prefix of autoware_ for detected_object_fe…
Browse files Browse the repository at this point in the history
…ature_remover

Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Jul 22, 2024
1 parent feb01ab commit afcde1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions edge_auto_launch/launch/perception_xt32_sample.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<arg name="output/objects" value="objects_with_feature"/>
<arg name="node_name" value="shape_estimation"/>
</include>
<include file="$(find-pkg-share detected_object_feature_remover)/launch/detected_object_feature_remover.launch.xml">
<include file="$(find-pkg-share autoware_detected_object_feature_remover)/launch/detected_object_feature_remover.launch.xml">
<arg name="input" value="objects_with_feature"/>
<arg name="output" value="/perception/object_recognition/detection/euclidean_cluster/objects"/>
<arg name="node_name" value="detected_object_feature_remover"/>
Expand All @@ -83,7 +83,7 @@
<arg name="output/objects" value="objects_with_feature"/>
<arg name="node_name" value="shape_estimation"/>
</include>
<include file="$(find-pkg-share detected_object_feature_remover)/launch/detected_object_feature_remover.launch.xml">
<include file="$(find-pkg-share autoware_detected_object_feature_remover)/launch/detected_object_feature_remover.launch.xml">
<arg name="input" value="objects_with_feature"/>
<arg name="output" value="/perception/object_recognition/detection/objects"/>
<arg name="node_name" value="detected_object_feature_remover"/>
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 @@ -11,7 +11,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<exec_depend>autoware_auto_perception_rviz_plugin</exec_depend>
<exec_depend>detected_object_feature_remover</exec_depend>
<exec_depend>autoware_detected_object_feature_remover</exec_depend>
<exec_depend>autoware_euclidean_cluster</exec_depend>
<exec_depend>extrinsic_calibration_manager</exec_depend>
<exec_depend>extrinsic_manual_calibrator</exec_depend>
Expand Down

0 comments on commit afcde1e

Please sign in to comment.