You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`publish_rate`| double | 10.0 | The rate at which to publish the output messages |
47
-
|`world_frame_id`| string | "map" | The frame ID of the world coordinate system |
48
-
|`enable_delay_compensation`| bool | false | Whether to enable delay compensation. If set to `true`, output topic is published by timer with `publish_rate`. |
49
-
|`tracking_config_directory`| string | "./config/tracking/" | The directory containing the tracking configuration files |
50
-
|`enable_logging`| bool | false | Whether to enable logging |
51
-
|`logging_file_path`| string | "/tmp/association_log.json" | The path to the file where logs should be written |
52
-
|`tracker_lifetime`| double | 1.0 | The lifetime of the tracker in seconds |
53
-
|`use_distance_based_noise_filtering`| bool | true | Whether to use distance based filtering |
54
-
|`minimum_range_threshold`| double | 70.0 | Minimum distance threshold for filtering in meters |
55
-
|`use_map_based_noise_filtering`| bool | true | Whether to use map based filtering |
56
-
|`max_distance_from_lane`| double | 5.0 | Maximum distance from lane for filtering in meters |
57
-
|`max_angle_diff_from_lane`| double | 0.785398 | Maximum angle difference from lane for filtering in radians |
58
-
|`max_lateral_velocity`| double | 5.0 | Maximum lateral velocity for filtering in m/s |
59
-
|`can_assign_matrix`| array || An array of integers used in the data association algorithm |
60
-
|`max_dist_matrix`| array || An array of doubles used in the data association algorithm |
61
-
|`max_area_matrix`| array || An array of doubles used in the data association algorithm |
62
-
|`min_area_matrix`| array || An array of doubles used in the data association algorithm |
63
-
|`max_rad_matrix`| array || An array of doubles used in the data association algorithm |
64
-
|`min_iou_matrix`| array || An array of doubles used in the data association algorithm |
65
-
66
-
See more details in the [models.md](models.md).
67
-
68
-
### Tracker parameters
69
-
70
-
Currently, this package supports the following trackers:
71
-
72
-
-`linear_motion_tracker`
73
-
-`constant_turn_rate_motion_tracker`
74
-
75
-
Default settings for each tracker are defined in the [./config/tracking/](./config/tracking/), and described in [models.md](models.md).
0 commit comments