-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into autoware_msg
- Loading branch information
Showing
29 changed files
with
451 additions
and
128 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
15 changes: 15 additions & 0 deletions
15
...fig/perception/object_recognition/detection/clustering/radar_object_clustering.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,15 @@ | ||
/**: | ||
ros__parameters: | ||
# clustering parameter | ||
angle_threshold: 0.174 # [rad] (10 deg) | ||
distance_threshold: 10.0 # [m] | ||
velocity_threshold: 4.0 # [m/s] | ||
|
||
# output object settings | ||
# set false if you want to use the object information from radar | ||
is_fixed_label: true | ||
fixed_label: "CAR" | ||
is_fixed_size: true | ||
size_x: 4.0 # [m] | ||
size_y: 1.5 # [m] | ||
size_z: 1.5 # [m] |
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
23 changes: 23 additions & 0 deletions
23
...ion/object_recognition/tracking/multi_object_tracker/multi_object_tracker_node.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,23 @@ | ||
/**: | ||
ros__parameters: | ||
# default tracker models for each class | ||
car_tracker: "multi_vehicle_tracker" | ||
truck_tracker: "multi_vehicle_tracker" | ||
bus_tracker: "multi_vehicle_tracker" | ||
trailer_tracker: "multi_vehicle_tracker" | ||
pedestrian_tracker: "pedestrian_and_bicycle_tracker" | ||
bicycle_tracker: "pedestrian_and_bicycle_tracker" | ||
motorcycle_tracker: "pedestrian_and_bicycle_tracker" | ||
|
||
# default tracker node parameters | ||
publish_rate: 10.0 | ||
world_frame_id: map | ||
enable_delay_compensation: true | ||
pass_through_unknown_objects: false | ||
publish_untracked_objects: false | ||
|
||
# debug parameters | ||
publish_processing_time: false | ||
publish_tentative_objects: false | ||
diagnostic_warn_delay: 0.5 # [sec] | ||
diagnostic_error_delay: 1.0 # [sec] |
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
Oops, something went wrong.