Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24592df

Browse files
committedMay 14, 2024·
fix: remove expected interval, add spawn
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
1 parent d293aa7 commit 24592df

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
 

‎autoware_launch/config/perception/object_recognition/tracking/multi_object_tracker/input_channels.param.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,79 +3,79 @@
33
input_channels:
44
detected_objects:
55
topic: "/perception/object_recognition/detection/objects"
6-
expected_interval: 0.1
6+
can_spawn_new_tracker: true
77
optional:
88
name: "detected_objects"
99
short_name: "all"
1010
# LIDAR - rule-based
1111
lidar_clustering:
1212
topic: "/perception/object_recognition/detection/clustering/objects"
13-
expected_interval: 0.1
13+
can_spawn_new_tracker: true
1414
optional:
1515
name: "clustering"
1616
short_name: "Lcl"
1717
# LIDAR - DNN
1818
lidar_centerpoint:
1919
topic: "/perception/object_recognition/detection/centerpoint/objects"
20-
expected_interval: 0.1
20+
can_spawn_new_tracker: true
2121
optional:
2222
name: "centerpoint"
2323
short_name: "Lcp"
2424
lidar_centerpoint_validated:
2525
topic: "/perception/object_recognition/detection/centerpoint/validation/objects"
26-
expected_interval: 0.1
26+
can_spawn_new_tracker: true
2727
optional:
2828
name: "centerpoint"
2929
short_name: "Lcp"
3030
lidar_apollo:
3131
topic: "/perception/object_recognition/detection/apollo/objects"
32-
expected_interval: 0.1
32+
can_spawn_new_tracker: true
3333
optional:
3434
name: "apollo"
3535
short_name: "Lap"
3636
lidar_apollo_validated:
3737
topic: "/perception/object_recognition/detection/apollo/validation/objects"
38-
expected_interval: 0.1
38+
can_spawn_new_tracker: true
3939
optional:
4040
name: "apollo"
4141
short_name: "Lap"
4242
# LIDAR-CAMERA - DNN
43+
# cspell:ignore lidar_pointpainitng pointpainting
4344
lidar_pointpainitng:
4445
topic: "/perception/object_recognition/detection/pointpainting/objects"
45-
expected_interval: 0.1
46+
can_spawn_new_tracker: true
4647
optional:
4748
name: "pointpainting"
4849
short_name: "Lpp"
4950
lidar_pointpainting_validated:
5051
topic: "/perception/object_recognition/detection/pointpainting/validation/objects"
51-
expected_interval: 0.1
5252
optional:
5353
name: "pointpainting"
5454
short_name: "Lpp"
5555
# CAMERA-LIDAR
5656
camera_lidar_fusion:
5757
topic: "/perception/object_recognition/detection/clustering/camera_lidar_fusion/objects"
58-
expected_interval: 0.1
58+
can_spawn_new_tracker: false
5959
optional:
6060
name: "camera_lidar_fusion"
6161
short_name: "CLf"
6262
# CAMERA-LIDAR+TRACKER
6363
detection_by_tracker:
6464
topic: "/perception/object_recognition/detection/detection_by_tracker/objects"
65-
expected_interval: 0.1
65+
can_spawn_new_tracker: false
6666
optional:
6767
name: "detection_by_tracker"
6868
short_name: "dbT"
6969
# RADAR
7070
radar:
7171
topic: "/sensing/radar/detected_objects"
72-
expected_interval: 0.0333
72+
can_spawn_new_tracker: true
7373
optional:
7474
name: "radar"
7575
short_name: "R"
7676
radar_far:
7777
topic: "/perception/object_recognition/detection/radar/far_objects"
78-
expected_interval: 0.0333
78+
can_spawn_new_tracker: true
7979
optional:
8080
name: "radar_far"
8181
short_name: "Rf"

0 commit comments

Comments
 (0)
Please sign in to comment.