|
| 1 | +/**: |
| 2 | + ros__parameters: |
| 3 | + input_channels: |
| 4 | + detected_objects: |
| 5 | + topic: "/perception/object_recognition/detection/objects" |
| 6 | + can_spawn_new_tracker: true |
| 7 | + optional: |
| 8 | + name: "detected_objects" |
| 9 | + short_name: "all" |
| 10 | + # LIDAR - rule-based |
| 11 | + lidar_clustering: |
| 12 | + topic: "/perception/object_recognition/detection/clustering/objects" |
| 13 | + can_spawn_new_tracker: true |
| 14 | + optional: |
| 15 | + name: "clustering" |
| 16 | + short_name: "Lcl" |
| 17 | + # LIDAR - DNN |
| 18 | + lidar_centerpoint: |
| 19 | + topic: "/perception/object_recognition/detection/centerpoint/objects" |
| 20 | + can_spawn_new_tracker: true |
| 21 | + optional: |
| 22 | + name: "centerpoint" |
| 23 | + short_name: "Lcp" |
| 24 | + lidar_centerpoint_validated: |
| 25 | + topic: "/perception/object_recognition/detection/centerpoint/validation/objects" |
| 26 | + can_spawn_new_tracker: true |
| 27 | + optional: |
| 28 | + name: "centerpoint" |
| 29 | + short_name: "Lcp" |
| 30 | + lidar_apollo: |
| 31 | + topic: "/perception/object_recognition/detection/apollo/objects" |
| 32 | + can_spawn_new_tracker: true |
| 33 | + optional: |
| 34 | + name: "apollo" |
| 35 | + short_name: "Lap" |
| 36 | + lidar_apollo_validated: |
| 37 | + topic: "/perception/object_recognition/detection/apollo/validation/objects" |
| 38 | + can_spawn_new_tracker: true |
| 39 | + optional: |
| 40 | + name: "apollo" |
| 41 | + short_name: "Lap" |
| 42 | + # LIDAR-CAMERA - DNN |
| 43 | + # cspell:ignore lidar_pointpainitng pointpainting |
| 44 | + lidar_pointpainitng: |
| 45 | + topic: "/perception/object_recognition/detection/pointpainting/objects" |
| 46 | + can_spawn_new_tracker: true |
| 47 | + optional: |
| 48 | + name: "pointpainting" |
| 49 | + short_name: "Lpp" |
| 50 | + lidar_pointpainting_validated: |
| 51 | + topic: "/perception/object_recognition/detection/pointpainting/validation/objects" |
| 52 | + can_spawn_new_tracker: true |
| 53 | + optional: |
| 54 | + name: "pointpainting" |
| 55 | + short_name: "Lpp" |
| 56 | + # CAMERA-LIDAR |
| 57 | + camera_lidar_fusion: |
| 58 | + topic: "/perception/object_recognition/detection/clustering/camera_lidar_fusion/objects" |
| 59 | + can_spawn_new_tracker: true |
| 60 | + optional: |
| 61 | + name: "camera_lidar_fusion" |
| 62 | + short_name: "CLf" |
| 63 | + # CAMERA-LIDAR+TRACKER |
| 64 | + detection_by_tracker: |
| 65 | + topic: "/perception/object_recognition/detection/detection_by_tracker/objects" |
| 66 | + can_spawn_new_tracker: false |
| 67 | + optional: |
| 68 | + name: "detection_by_tracker" |
| 69 | + short_name: "dbT" |
| 70 | + # RADAR |
| 71 | + radar: |
| 72 | + topic: "/sensing/radar/detected_objects" |
| 73 | + can_spawn_new_tracker: true |
| 74 | + optional: |
| 75 | + name: "radar" |
| 76 | + short_name: "R" |
| 77 | + radar_far: |
| 78 | + topic: "/perception/object_recognition/detection/radar/far_objects" |
| 79 | + can_spawn_new_tracker: true |
| 80 | + optional: |
| 81 | + name: "radar_far" |
| 82 | + short_name: "Rf" |
0 commit comments