Skip to content

Commit

Permalink
fix(behavior_velocity_planner): fix detection area being ignored when…
Browse files Browse the repository at this point in the history
… the ego vehicle stops over the stop line (#260)

* chore(behavior_velocity_planner): follow the latest implementation
(hold_stop_margin_distance)

Signed-off-by: Makoto Kurihara <[email protected]>

* feat(behavior_velocity_planner): add a parameter for judging over the stop line

Signed-off-by: Makoto Kurihara <[email protected]>

---------

Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri authored Mar 24, 2023
1 parent 391b8de commit bb54fcf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
dead_line_margin: 5.0
use_pass_judge_line: false
state_clear_time: 2.0
hold_stop_margin_distance: 0.0
distance_to_judge_over_stop_line: 0.5

0 comments on commit bb54fcf

Please sign in to comment.