Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 12ea602

Browse files
committed
feat(common_sensor_launch): rename velodyne_monitor to autoware_velodyne_monitor
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
1 parent e6f3356 commit 12ea602

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common_sensor_launch/launch/velodyne_VLP16.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</include>
3636

3737
<!-- Velodyne Monitor -->
38-
<include file="$(find-pkg-share velodyne_monitor)/launch/velodyne_monitor.launch.xml" if="$(var launch_driver)">
38+
<include file="$(find-pkg-share autoware_velodyne_monitor)/launch/velodyne_monitor.launch.xml" if="$(var launch_driver)">
3939
<arg name="ip_address" value="$(var sensor_ip)"/>
4040
</include>
4141
</launch>

common_sensor_launch/launch/velodyne_VLS128.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</include>
3636

3737
<!-- Velodyne Monitor -->
38-
<include file="$(find-pkg-share velodyne_monitor)/launch/velodyne_monitor.launch.xml" if="$(var launch_driver)">
38+
<include file="$(find-pkg-share autoware_velodyne_monitor)/launch/velodyne_monitor.launch.xml" if="$(var launch_driver)">
3939
<arg name="ip_address" value="$(var sensor_ip)"/>
4040
</include>
4141
</launch>

common_sensor_launch/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1212

13+
<exec_depend>autoware_velodyne_monitor</exec_depend>
1314
<exec_depend>nebula_sensor_driver</exec_depend>
14-
<exec_depend>velodyne_monitor</exec_depend>
1515

1616
<test_depend>ament_lint_auto</test_depend>
1717
<test_depend>autoware_lint_common</test_depend>

0 commit comments

Comments
 (0)