Skip to content

Commit

Permalink
add prefix
Browse files Browse the repository at this point in the history
Signed-off-by: MasatoSaeki <[email protected]>
  • Loading branch information
MasatoSaeki committed Jul 25, 2024
1 parent 0c25b47 commit 92a9a32
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 @@ -55,7 +55,7 @@
<arg name="input/pointcloud" value="/perception/obstacle_segmentation/pointcloud"/>
<arg name="output/objects" value="clusters"/>
</include>
<include file="$(find-pkg-share shape_estimation)/launch/shape_estimation.launch.xml">
<include file="$(find-pkg-share autoware_shape_estimation)/launch/shape_estimation.launch.xml">
<arg name="input/objects" value="clusters"/>
<arg name="output/objects" value="objects_with_feature"/>
<arg name="node_name" value="shape_estimation"/>
Expand All @@ -78,7 +78,7 @@
<arg name="input/rois1" value="/perception/object_recognition/detection/rois1"/>
<arg name="input/camera_info1" value="/sensing/camera/camera1/camera_info"/>
</include>
<include file="$(find-pkg-share shape_estimation)/launch/shape_estimation.launch.xml">
<include file="$(find-pkg-share autoware_shape_estimation)/launch/shape_estimation.launch.xml">
<arg name="input/objects" value="clusters"/>
<arg name="output/objects" value="objects_with_feature"/>
<arg name="node_name" value="shape_estimation"/>
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 @@ -22,7 +22,7 @@
<exec_depend>autoware_lidar_centerpoint</exec_depend>
<exec_depend>nebula_sensor_driver</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>shape_estimation</exec_depend>
<exec_depend>autoware_shape_estimation</exec_depend>
<exec_depend>vehicle_info_util</exec_depend>
<exec_depend>image_transport_decompressor</exec_depend>
<exec_depend>individual_params</exec_depend>
Expand Down

0 comments on commit 92a9a32

Please sign in to comment.