forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(localization_launch): replace localization_launch with tier4_loc…
…alization_launch (autowarefoundation#651) * remove localization_launch Signed-off-by: kminoda <[email protected]> * Update readme * remove localization_launch from packages.xml * provide pointcloud_container_name, which should be customized depending on vehicles Signed-off-by: kminoda <[email protected]> Signed-off-by: kminoda <[email protected]>
- Loading branch information
Showing
20 changed files
with
14 additions
and
860 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
autoware_launch/launch/components/tier4_localization_component.launch.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
localization_launch/launch/localization_error_monitor/localization_error_monitor.launch.xml
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
localization_launch/launch/pose_estimator/pose_estimator.launch.xml
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
localization_launch/launch/pose_twist_fusion_filter/pose_twist_fusion_filter.launch.xml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
localization_launch/launch/twist_estimator/twist_estimator.launch.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.