diff --git a/autoware_launch/config/control/autoware_collision_detector/collision_detector.param.yaml b/autoware_launch/config/control/autoware_collision_detector/collision_detector.param.yaml new file mode 100644 index 0000000000..842654c66f --- /dev/null +++ b/autoware_launch/config/control/autoware_collision_detector/collision_detector.param.yaml @@ -0,0 +1,16 @@ +/**: + ros__parameters: + use_pointcloud: false # use pointcloud as obstacle check + use_dynamic_object: true # use dynamic object as obstacle check + collision_distance: 0.1 # Distance at which an object is determined to have collided with ego [m] + nearby_filter_radius: 5.0 # Radius to filter nearby objects [m] + keep_ignoring_time: 10.0 # Time to keep filtering objects that first appeared in the vicinity + nearby_object_type_filters: # Classes subject to filtering for objects first appearing in the vicinity + filter_car: false + filter_truck: false + filter_bus: false + filter_trailer: false + filter_bicycle: false + filter_motorcycle: false + filter_pedestrian: false + filter_unknown: true diff --git a/autoware_launch/launch/components/tier4_control_component.launch.xml b/autoware_launch/launch/components/tier4_control_component.launch.xml index a66ed49405..64061ce176 100644 --- a/autoware_launch/launch/components/tier4_control_component.launch.xml +++ b/autoware_launch/launch/components/tier4_control_component.launch.xml @@ -6,6 +6,7 @@ + @@ -40,8 +41,10 @@ + +