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 16, 2024
1 parent 8a9cc3c commit c48496f
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 @@ -12,7 +12,7 @@
<arg name="build_only" default="false" description="shutdown node after TensorRT engine file is built"/>

<group>
<node pkg="lidar_centerpoint" exec="lidar_centerpoint_node" name="lidar_centerpoint" output="screen">
<node pkg="autoware_lidar_centerpoint" exec="autoware_lidar_centerpoint_node" name="lidar_centerpoint" output="screen">
<remap from="~/input/pointcloud" to="$(var input/pointcloud)"/>
<remap from="~/output/objects" to="$(var output/objects)"/>
<param name="score_threshold" value="$(var score_threshold)"/>
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 @@ -18,7 +18,7 @@
<exec_depend>extrinsic_tag_based_calibrator</exec_depend>
<exec_depend>ground_segmentation</exec_depend>
<exec_depend>intrinsic_camera_calibrator</exec_depend>
<exec_depend>lidar_centerpoint</exec_depend>
<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>
Expand Down

0 comments on commit c48496f

Please sign in to comment.