Skip to content

Commit

Permalink
feat(behavior_velocity_planner::blind_spot): consider adjacent lane (#…
Browse files Browse the repository at this point in the history
…267)

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Apr 5, 2023
1 parent d838001 commit e836c1d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
blind_spot:
use_pass_judge_line: true
stop_line_margin: 1.0 # [m]
backward_length: 15.0 # [m]
backward_length: 50.0 # [m]
ignore_width_from_center_line: 0.7 # [m]
max_future_movement_time: 10.0 # [second]
threshold_yaw_diff: 0.523 # [rad]
adjacent_extend_width: 1.5 # [m]

0 comments on commit e836c1d

Please sign in to comment.