Skip to content

Commit

Permalink
feat: use tier4_map_launch instead of map_launch (autowarefoundation#308
Browse files Browse the repository at this point in the history
)
  • Loading branch information
h-ohta authored May 12, 2022
1 parent 3776ed7 commit 671deb4
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 505 deletions.
2 changes: 1 addition & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<!-- Map -->
<group>
<include file="$(find-pkg-share map_launch)/launch/map.launch.py">
<include file="$(find-pkg-share tier4_map_launch)/launch/map.launch.py">
<arg name="lanelet2_map_path" value="$(var map_path)/$(var lanelet2_map_file)" />
<arg name="pointcloud_map_path" value="$(var map_path)/$(var pointcloud_map_file)"/>
</include>
Expand Down
2 changes: 1 addition & 1 deletion autoware_launch/launch/logging_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<!-- Map -->
<group>
<include file="$(find-pkg-share map_launch)/launch/map.launch.py" if="$(var map)">
<include file="$(find-pkg-share tier4_map_launch)/launch/map.launch.py" if="$(var map)">
<arg name="lanelet2_map_path" value="$(var map_path)/$(var lanelet2_map_file)" />
<arg name="pointcloud_map_path" value="$(var map_path)/$(var pointcloud_map_file)"/>
</include>
Expand Down
2 changes: 1 addition & 1 deletion autoware_launch/launch/planning_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<!-- Map -->
<group>
<include file="$(find-pkg-share map_launch)/launch/map.launch.py">
<include file="$(find-pkg-share tier4_map_launch)/launch/map.launch.py">
<arg name="lanelet2_map_path" value="$(var map_path)/$(var lanelet2_map_file)" />
<arg name="pointcloud_map_path" value="$(var map_path)/$(var pointcloud_map_file)"/>
</include>
Expand Down
22 changes: 0 additions & 22 deletions map_launch/CMakeLists.txt

This file was deleted.

28 changes: 0 additions & 28 deletions map_launch/README.md

This file was deleted.

154 changes: 0 additions & 154 deletions map_launch/launch/map.launch.py

This file was deleted.

26 changes: 0 additions & 26 deletions map_launch/launch/map.launch.xml

This file was deleted.

Loading

0 comments on commit 671deb4

Please sign in to comment.