Skip to content

Commit

Permalink
Removed common_awsim_sensor_launch
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Oct 25, 2024
1 parent 03c127f commit 9af7291
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 99 deletions.
6 changes: 3 additions & 3 deletions awsim_sensor_kit_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<group>
<push-ros-namespace namespace="top"/>
<include file="$(find-pkg-share common_awsim_sensor_launch)/launch/velodyne_VLP16.launch.xml">
<include file="$(find-pkg-share common_sensor_launch)/launch/velodyne_VLP16.launch.xml">
<arg name="max_range" value="250.0"/>
<arg name="sensor_frame" value="velodyne_top"/>
<arg name="sensor_ip" value="127.0.0.1"/>
Expand All @@ -26,7 +26,7 @@

<group>
<push-ros-namespace namespace="left"/>
<include file="$(find-pkg-share common_awsim_sensor_launch)/launch/velodyne_VLP16.launch.xml">
<include file="$(find-pkg-share common_sensor_launch)/launch/velodyne_VLP16.launch.xml">
<arg name="max_range" value="5.0"/>
<arg name="sensor_frame" value="velodyne_left"/>
<arg name="sensor_ip" value="127.0.0.1"/>
Expand All @@ -43,7 +43,7 @@

<group>
<push-ros-namespace namespace="right"/>
<include file="$(find-pkg-share common_awsim_sensor_launch)/launch/velodyne_VLP16.launch.xml">
<include file="$(find-pkg-share common_sensor_launch)/launch/velodyne_VLP16.launch.xml">
<arg name="max_range" value="5.0"/>
<arg name="sensor_frame" value="velodyne_right"/>
<arg name="sensor_ip" value="127.0.0.1"/>
Expand Down
15 changes: 0 additions & 15 deletions common_awsim_sensor_launch/CMakeLists.txt

This file was deleted.

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions common_awsim_sensor_launch/launch/velodyne_VLP16.launch.xml

This file was deleted.

22 changes: 0 additions & 22 deletions common_awsim_sensor_launch/package.xml

This file was deleted.

0 comments on commit 9af7291

Please sign in to comment.