Skip to content

Commit

Permalink
wip params for velocity-based obscruise planner
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 39d5362 commit b2236ff
Showing 1 changed file with 21 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,22 +182,29 @@
labels:
- "default"
- "pedestrian"
- "moving_pedestrian"
default:
min_lat_margin: 0.2
max_lat_margin: 1.0
min_ego_velocity: 2.0
max_ego_velocity: 8.0
moving:
min_lat_margin: 0.8
max_lat_margin: 1.3
min_ego_velocity: 0.5
max_ego_velocity: 1.5
static:
min_lat_margin: 0.2
max_lat_margin: 1.0
min_ego_velocity: 2.0
max_ego_velocity: 8.0
pedestrian:
min_lat_margin: 0.8
max_lat_margin: 1.3
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: 0.5
max_ego_velocity: 1.5
moving:
min_lat_margin: 0.8
max_lat_margin: 1.3
min_ego_velocity: 1.0
max_ego_velocity: 2.0
static:
min_lat_margin: 0.8
max_lat_margin: 1.3
min_ego_velocity: 1.0
max_ego_velocity: 2.0


time_margin_on_target_velocity: 1.5 # [s]

Expand Down

0 comments on commit b2236ff

Please sign in to comment.