Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
feat(localization_launch): replace localization_launch with tier4_loc…
Browse files Browse the repository at this point in the history
…alization_launch (#651)

* remove localization_launch

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* Update readme

* remove localization_launch from packages.xml

* provide pointcloud_container_name, which should be customized depending on vehicles

Signed-off-by: kminoda <koji.minoda@tier4.jp>

Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Jan 16, 2023
1 parent c5fd2d7 commit 53c3365
Show file tree
Hide file tree
Showing 20 changed files with 14 additions and 860 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ ros2 launch autoware_launch planning_simulator.launch.xml map_path:=/path/to/map
- [autoware_launch](./autoware_launch)
- [control_launch](./control_launch)
- [integration_launch](./integration_launch)
- [localization_launch](./localization_launch)
- [planning_launch](./planning_launch)
- [system_launch](./system_launch)
2 changes: 1 addition & 1 deletion autoware_launch/launch/autoware.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

<!-- Localization -->
<group if="$(var launch_localization)">
<include file="$(find-pkg-share localization_launch)/launch/localization.launch.xml"/>
<include file="$(find-pkg-share autoware_launch)/launch/components/tier4_localization_component.launch.xml"/>
</group>

<!-- Perception -->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<launch>
<include file="$(find-pkg-share tier4_localization_launch)/launch/localization.launch.xml">
<arg name="pointcloud_container_name" value="/sensing/lidar/top/pointcloud_preprocessor/velodyne_node_container"/>

<arg name="crop_box_filter_measurement_range_param_path" value="$(find-pkg-share autoware_launch)/config/localization/crop_box_filter_measurement_range.param.yaml"/>
<arg name="voxel_grid_downsample_filter_param_path" value="$(find-pkg-share autoware_launch)/config/localization/voxel_grid_filter.param.yaml"/>
<arg name="random_downsample_filter_param_path" value="$(find-pkg-share autoware_launch)/config/localization/random_downsample_filter.param.yaml"/>
<arg name="ndt_scan_matcher_param_path" value="$(find-pkg-share autoware_launch)/config/localization/ndt_scan_matcher.param.yaml"/>
<arg name="localization_error_monitor_param_path" value="$(find-pkg-share autoware_launch)/config/localization/localization_error_monitor.param.yaml"/>
</include>
</launch>
2 changes: 1 addition & 1 deletion autoware_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<exec_depend>autoware_api_launch</exec_depend>
<exec_depend>control_launch</exec_depend>
<exec_depend>global_parameter_loader</exec_depend>
<exec_depend>localization_launch</exec_depend>
<exec_depend>planning_launch</exec_depend>
<exec_depend>python3-bson</exec_depend>
<exec_depend>python3-tornado</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>simulator_launch</exec_depend>
<exec_depend>system_launch</exec_depend>
<exec_depend>tier4_localization_launch</exec_depend>
<exec_depend>tier4_map_launch</exec_depend>
<exec_depend>tier4_perception_launch</exec_depend>
<exec_depend>tier4_sensing_launch</exec_depend>
Expand Down
22 changes: 0 additions & 22 deletions localization_launch/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions localization_launch/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions localization_launch/launch/localization.launch.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

116 changes: 0 additions & 116 deletions localization_launch/launch/util/util.launch.py

This file was deleted.

25 changes: 0 additions & 25 deletions localization_launch/launch/util/util.launch.xml

This file was deleted.

Loading

0 comments on commit 53c3365

Please sign in to comment.