Skip to content

Commit

Permalink
Add velodyne_monitor to velodyne_*.launch (tier4#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
kenji-miyake authored and UMiho committed Dec 10, 2020
1 parent 855d2e7 commit 6dfe4ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sensing_launch/launch/velodyne_VLP16.launch
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@
</rosparam>
</node>

<!-- Velodyne Monitor -->
<include file="$(find velodyne_monitor)/launch/velodyne_monitor.launch">
<arg name="ip_address" value="$(arg device_ip)" />
</include>
</launch>
4 changes: 4 additions & 0 deletions sensing_launch/launch/velodyne_VLP32C.launch
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@
</rosparam>
</node>

<!-- Velodyne Monitor -->
<include file="$(find velodyne_monitor)/launch/velodyne_monitor.launch">
<arg name="ip_address" value="$(arg device_ip)" />
</include>
</launch>
4 changes: 4 additions & 0 deletions sensing_launch/launch/velodyne_VLS128.launch
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,8 @@
</rosparam>
</node>

<!-- Velodyne Monitor -->
<include file="$(find velodyne_monitor)/launch/velodyne_monitor.launch">
<arg name="ip_address" value="$(arg device_ip)" />
</include>
</launch>

0 comments on commit 6dfe4ce

Please sign in to comment.