Skip to content

Commit

Permalink
chore(radar_object_tracker): move radar object tracker param to yaml (#…
Browse files Browse the repository at this point in the history
…838)

chore: move radar object tracker param to yaml

Signed-off-by: yoshiri <[email protected]>
  • Loading branch information
YoshiRi authored Feb 10, 2024
1 parent 4afc06f commit fe35f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
max_distance_from_lane: 5.0 # [m]
max_angle_diff_from_lane: 0.785398 # [rad] (45 deg)
max_lateral_velocity: 7.0 # [m/s]

# tracking model parameters
tracking_config_directory: $(find-pkg-share autoware_launch)/config/perception/object_recognition/tracking/radar_object_tracker/tracking/
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
name="object_recognition_tracking_radar_object_tracker_node_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/tracking/radar_object_tracker/radar_object_tracker.param.yaml"
/>
<arg
name="object_recognition_tracking_radar_object_tracker_tracking_config_directory_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/tracking/radar_object_tracker/tracking/"
/>
<arg
name="object_recognition_tracking_object_merger_data_association_matrix_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/tracking/tracking_object_merger/data_association_matrix.param.yaml"
Expand Down

0 comments on commit fe35f03

Please sign in to comment.