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(perception_launch): replace perception_launch with tier4_percept…
…ion_launch (autowarefoundation#681) * feat(perception_launch): replace perception_launch with tier4_perception_launch Signed-off-by: kminoda <[email protected]> * fix default perception mode * Update readme * remove perception_launch from packages.xml Signed-off-by: kminoda <[email protected]>
- Loading branch information
Showing
30 changed files
with
45 additions
and
2,462 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
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 |
---|---|---|
|
@@ -11,6 +11,7 @@ endif() | |
|
||
ament_auto_package( | ||
INSTALL_TO_SHARE | ||
config | ||
launch | ||
rviz | ||
) |
File renamed without changes.
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
41 changes: 41 additions & 0 deletions
41
autoware_launch/launch/components/tier4_perception_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,41 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="mode"/> | ||
<arg name="vehicle_param_file"/> | ||
<arg name="use_pointcloud_container"/> | ||
<arg name="pointcloud_container_name"/> | ||
<arg name="enable_fine_detection"/> | ||
|
||
<include file="$(find-pkg-share tier4_perception_launch)/launch/perception.launch.xml"> | ||
<arg name="mode" value="$(var mode)"/> | ||
<arg name="vehicle_param_file" value="$(var vehicle_param_file)"/> | ||
<arg name="use_pointcloud_container" value="$(var use_pointcloud_container)"/> | ||
<arg name="pointcloud_container_name" value="$(var pointcloud_container_name)"/> | ||
<arg name="enable_fine_detection" value="$(var traffic_light_recognition/enable_fine_detection)"/> | ||
|
||
<arg | ||
name="object_recognition_detection_object_lanelet_filter_param_path" | ||
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_lanelet_filter.param.yaml" | ||
/> | ||
<arg | ||
name="object_recognition_detection_object_position_filter_param_path" | ||
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_position_filter.param.yaml" | ||
/> | ||
<arg | ||
name="object_recognition_detection_pointcloud_map_filter_param_path" | ||
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/pointcloud_map_filter.param.yaml" | ||
/> | ||
<arg | ||
name="object_recognition_tracking_multi_object_tracker_data_association_matrix_param_path" | ||
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/tracking/multi_object_tracker/data_association_matrix.param.yaml" | ||
/> | ||
<arg | ||
name="obstacle_segmentation_ground_segmentation_param_path" | ||
value="$(find-pkg-share autoware_launch)/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml" | ||
/> | ||
<arg | ||
name="obstacle_segmentation_ground_segmentation_elevation_map_param_path" | ||
value="$(find-pkg-share autoware_launch)/config/perception/obstacle_segmentation/ground_segmentation/elevation_map_parameters.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.
278 changes: 0 additions & 278 deletions
278
...launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.