Skip to content

Commit

Permalink
feat(start_planner): tune parameter to improve collision (#1273)
Browse files Browse the repository at this point in the history
tune parameter to improve collision

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Apr 25, 2024
1 parent e378edc commit 6bbb1cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
rss_params:
rear_vehicle_reaction_time: 2.0
rear_vehicle_safety_time_margin: 1.0
lateral_distance_max_threshold: 2.0
lateral_distance_max_threshold: 3.0
longitudinal_distance_min_threshold: 3.0
longitudinal_velocity_delta_time: 0.8
# hysteresis factor to expand/shrink polygon
Expand Down

0 comments on commit 6bbb1cc

Please sign in to comment.