Skip to content

Commit

Permalink
feat(intersection): ignore occlusion beyond high curvature point
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Oct 4, 2023
1 parent cc47aff commit 1fc80b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
absence_traffic_light:
creep_velocity: 1.388 # [m/s]
maximum_peeking_distance: 6.0 # [m]
attention_lane_crop_curvature_threshold: 0.25
attention_lane_curvature_calcluation_ds: 0.5

Check warning on line 61 in autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (calcluation)

enable_rtc:
intersection: true # If set to true, the scene modules require approval from the rtc (request to cooperate) function. If set to false, the modules can be executed without requiring rtc approval
Expand Down

0 comments on commit 1fc80b3

Please sign in to comment.