Skip to content

Commit 8becee1

Browse files
committed
Updated README and applied necessary changes
1 parent ef6e1d5 commit 8becee1

File tree

1 file changed

+0
-35
lines changed
  • perception/autoware_radar_object_tracker

1 file changed

+0
-35
lines changed

perception/autoware_radar_object_tracker/README.md

-35
Original file line numberDiff line numberDiff line change
@@ -39,41 +39,6 @@ See more details in the [models.md](models.md).
3939

4040
## Parameters
4141

42-
### Node Parameters
43-
44-
| Name | Type | Default Value | Description |
45-
| ------------------------------------ | ------ | --------------------------- | --------------------------------------------------------------------------------------------------------------- |
46-
| `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).
76-
7742
{{ json_to_markdown("perception/autoware_radar_object_tracker/schema/data-association_matrix.schema.json") }}
7843

7944
{{ json_to_markdown("perception/autoware_radar_object_tracker/schema/default_tracker.schema.json") }}

0 commit comments

Comments
 (0)