Skip to content

Commit

Permalink
param tuning for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Nov 6, 2023
1 parent d3bbed9 commit 39d5362
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@
pedestrian:
min_lat_margin: 0.8
max_lat_margin: 1.3
min_ego_velocity: 4.0
max_ego_velocity: 7.0
min_ego_velocity: 1.0
max_ego_velocity: 2.0
moving_pedestrian:
min_lat_margin: 0.8
max_lat_margin: 1.3
min_ego_velocity: 4.0
max_ego_velocity: 5.0
min_ego_velocity: 0.5
max_ego_velocity: 1.5

time_margin_on_target_velocity: 1.5 # [s]

Expand Down

0 comments on commit 39d5362

Please sign in to comment.