forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from tier4/beta-to-tier4-main-sync
chore: sync beta branch beta/v0.21.0 with tier4/main
- Loading branch information
Showing
29 changed files
with
198 additions
and
69 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
17 changes: 8 additions & 9 deletions
17
...ception/object_recognition/detection/detection_by_tracker/detection_by_tracker.param.yaml
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
/**: | ||
ros__parameters: | ||
tracker_ignore_label: | ||
UNKNOWN : true | ||
CAR : false | ||
TRUCK : false | ||
BUS : false | ||
TRAILER : false | ||
MOTORCYCLE : false | ||
BICYCLE : false | ||
PEDESTRIAN : false | ||
tracker_ignore_label.UNKNOWN : true | ||
tracker_ignore_label.CAR : false | ||
tracker_ignore_label.TRUCK : false | ||
tracker_ignore_label.BUS : false | ||
tracker_ignore_label.TRAILER : false | ||
tracker_ignore_label.MOTORCYCLE : false | ||
tracker_ignore_label.BICYCLE : false | ||
tracker_ignore_label.PEDESTRIAN : false |
12 changes: 12 additions & 0 deletions
12
.../object_recognition/detection/image_projection_based_fusion/roi_cluster_fusion.param.yaml
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 @@ | ||
/**: | ||
ros__parameters: | ||
fusion_distance: 100.0 | ||
trust_object_distance: 100.0 | ||
trust_object_iou_mode: "iou" | ||
non_trust_object_iou_mode: "iou_x" | ||
use_cluster_semantic_type: false | ||
only_allow_inside_cluster: true | ||
roi_scale_factor: 1.1 | ||
iou_threshold: 0.65 | ||
unknown_iou_threshold: 0.1 | ||
remove_unknown: false |
19 changes: 19 additions & 0 deletions
19
...recognition/detection/image_projection_based_fusion/roi_detected_object_fusion.param.yaml
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,19 @@ | ||
/**: | ||
ros__parameters: | ||
# UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN | ||
passthrough_lower_bound_probability_thresholds: [0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.50] | ||
trust_distances: [50.0, 100.0, 100.0, 100.0, 100.0, 50.0, 50.0, 50.0] | ||
min_iou_threshold: 0.5 | ||
use_roi_probability: false | ||
roi_probability_threshold: 0.5 | ||
|
||
can_assign_matrix: | ||
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN <-roi_msg | ||
[1, 0, 0, 0, 0, 0, 0, 0, # UNKNOWN <-detected_objects | ||
0, 1, 1, 1, 1, 0, 0, 0, # CAR | ||
0, 1, 1, 1, 1, 0, 0, 0, # TRUCK | ||
0, 1, 1, 1, 1, 0, 0, 0, # BUS | ||
0, 1, 1, 1, 1, 0, 0, 0, # TRAILER | ||
0, 0, 0, 0, 0, 1, 1, 1, # MOTORBIKE | ||
0, 0, 0, 0, 0, 1, 1, 1, # BICYCLE | ||
0, 0, 0, 0, 0, 1, 1, 1] # PEDESTRIAN |
5 changes: 5 additions & 0 deletions
5
...ject_recognition/detection/image_projection_based_fusion/roi_pointcloud_fusion.param.yaml
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,5 @@ | ||
/**: | ||
ros__parameters: | ||
fuse_unknown_only: true | ||
min_cluster_size: 2 | ||
cluster_2d_tolerance: 0.5 |
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
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.
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
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
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
2 changes: 1 addition & 1 deletion
2
...ario_planning/lane_driving/behavior_planning/behavior_velocity_planner/walkway.param.yaml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/**: | ||
ros__parameters: | ||
walkway: | ||
stop_duration: 1.0 # [s] stop time at stop position | ||
stop_duration: 0.1 # [s] stop time at stop position | ||
stop_distance_from_crosswalk: 3.5 # [m] make stop line away from crosswalk when no explicit stop line exists |
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
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
Oops, something went wrong.