Skip to content

Commit

Permalink
fix(obstacle_cruise_planner): decrease slow down speed
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota committed Apr 10, 2024
1 parent 69a6bba commit 8d51a62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@
min_lat_margin: 0.2
max_lat_margin: 0.7
min_ego_velocity: 2.0
max_ego_velocity: 8.0
max_ego_velocity: 5.56
static:
min_lat_margin: 0.2
max_lat_margin: 0.7
min_ego_velocity: 2.0
max_ego_velocity: 8.0
max_ego_velocity: 5.56
pedestrian:
moving:
min_lat_margin: 0.5
Expand Down

0 comments on commit 8d51a62

Please sign in to comment.