@@ -370,31 +370,31 @@ Parameters under `path_safety_check.ego_predicted_path` specify the ego vehicle'
370
370
371
371
Parameters under ` target_filtering ` are related to filtering target objects for safety check.
372
372
373
- | Name | Unit | Type | Description | Default value |
374
- | :---------------------------------------------- | :---- | :----- | :------------------------------------------------- | :------------ |
375
- | safety_check_time_horizon | [ s] | double | Time horizon for safety check | 5.0 |
376
- | safety_check_time_resolution | [ s] | double | Time resolution for safety check | 1.0 |
377
- | object_check_forward_distance | [ m] | double | Forward distance for object detection | 10.0 |
378
- | object_check_backward_distance | [ m] | double | Backward distance for object detection | 100.0 |
379
- | ignore_object_velocity_threshold | [ m/s] | double | Velocity threshold below which objects are ignored | 1.0 |
380
- | object_types_to_check.check_car | - | bool | Flag to check cars | true |
381
- | object_types_to_check.check_truck | - | bool | Flag to check trucks | true |
382
- | object_types_to_check.check_bus | - | bool | Flag to check buses | true |
383
- | object_types_to_check.check_trailer | - | bool | Flag to check trailers | true |
384
- | object_types_to_check.check_bicycle | - | bool | Flag to check bicycles | true |
385
- | object_types_to_check.check_motorcycle | - | bool | Flag to check motorcycles | true |
386
- | object_types_to_check.check_pedestrian | - | bool | Flag to check pedestrians | true |
387
- | object_types_to_check.check_unknown | - | bool | Flag to check unknown object types | false |
388
- | object_lane_configuration.check_current_lane | - | bool | Flag to check the current lane | true |
389
- | object_lane_configuration.check_right_side_lane | - | bool | Flag to check the right side lane | true |
390
- | object_lane_configuration.check_left_side_lane | - | bool | Flag to check the left side lane | true |
391
- | object_lane_configuration.check_shoulder_lane | - | bool | Flag to check the shoulder lane | true |
392
- | object_lane_configuration.check_other_lane | - | bool | Flag to check other lanes | false |
393
- | include_opposite_lane | - | bool | Flag to include the opposite lane in check | false |
394
- | invert_opposite_lane | - | bool | Flag to invert the opposite lane check | false |
395
- | check_all_predicted_path | - | bool | Flag to check all predicted paths | true |
396
- | use_all_predicted_path | - | bool | Flag to use all predicted paths | true |
397
- | use_predicted_path_outside_lanelet | - | bool | Flag to use predicted paths outside of lanelets | false |
373
+ | Name | Unit | Type | Description | Default value |
374
+ | :---------------------------------------------- | :---- | :----- | :----------------------------------------------------------------- | :------------ |
375
+ | safety_check_time_horizon | [ s] | double | Time horizon for predicted paths of the ego and dynamic objects | 5.0 |
376
+ | safety_check_time_resolution | [ s] | double | Time resolution for predicted paths of the ego and dynamic objects | 1.0 |
377
+ | object_check_forward_distance | [ m] | double | Forward distance for object detection | 10.0 |
378
+ | object_check_backward_distance | [ m] | double | Backward distance for object detection | 100.0 |
379
+ | ignore_object_velocity_threshold | [ m/s] | double | Velocity threshold below which objects are ignored | 1.0 |
380
+ | object_types_to_check.check_car | - | bool | Flag to check cars | true |
381
+ | object_types_to_check.check_truck | - | bool | Flag to check trucks | true |
382
+ | object_types_to_check.check_bus | - | bool | Flag to check buses | true |
383
+ | object_types_to_check.check_trailer | - | bool | Flag to check trailers | true |
384
+ | object_types_to_check.check_bicycle | - | bool | Flag to check bicycles | true |
385
+ | object_types_to_check.check_motorcycle | - | bool | Flag to check motorcycles | true |
386
+ | object_types_to_check.check_pedestrian | - | bool | Flag to check pedestrians | true |
387
+ | object_types_to_check.check_unknown | - | bool | Flag to check unknown object types | false |
388
+ | object_lane_configuration.check_current_lane | - | bool | Flag to check the current lane | true |
389
+ | object_lane_configuration.check_right_side_lane | - | bool | Flag to check the right side lane | true |
390
+ | object_lane_configuration.check_left_side_lane | - | bool | Flag to check the left side lane | true |
391
+ | object_lane_configuration.check_shoulder_lane | - | bool | Flag to check the shoulder lane | true |
392
+ | object_lane_configuration.check_other_lane | - | bool | Flag to check other lanes | false |
393
+ | include_opposite_lane | - | bool | Flag to include the opposite lane in check | false |
394
+ | invert_opposite_lane | - | bool | Flag to invert the opposite lane check | false |
395
+ | check_all_predicted_path | - | bool | Flag to check all predicted paths | true |
396
+ | use_all_predicted_path | - | bool | Flag to use all predicted paths | true |
397
+ | use_predicted_path_outside_lanelet | - | bool | Flag to use predicted paths outside of lanelets | false |
398
398
399
399
### Safety Check Parameters
400
400
0 commit comments