Skip to content

Commit

Permalink
feat: update parameter for intersection auto mode (autowarefoundation…
Browse files Browse the repository at this point in the history
…#602)

* intersection自動化に伴うパラメーター更新

Signed-off-by: Mamoru Sobue <[email protected]>

* Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/intersection.param.yaml

---------

Signed-off-by: Mamoru Sobue <[email protected]>
Co-authored-by: Takeshi Miura <[email protected]>
  • Loading branch information
soblin and 1222-takeshi authored Aug 14, 2023
1 parent a3b7297 commit 03d3059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
occupied_to_free: 0.05
free_to_occupied: 0.2
free_to_free: 0.8
v_ratio: 10.0
v_ratio: 0.5
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
gridmap_origin_frame: "base_link"
# ray-tracing center: main sensor frame is preferable like: "velodyne_top"
# base_link should not be used with "OccupancyGridMapProjectiveBlindSpot"
scan_origin_frame: "base_link"
scan_origin_frame: "velodyne_top"

grid_map_type: "OccupancyGridMapFixedBlindSpot"
grid_map_type: "OccupancyGridMapProjectiveBlindSpot"
OccupancyGridMapFixedBlindSpot:
distance_margin: 1.0
OccupancyGridMapProjectiveBlindSpot:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
relaxed:
collision_start_margin_time: 2.0
collision_end_margin_time: 0.0
keep_detection_vel_thr: 0.833 # == 3.0km/h. keep detection if ego is ego.vel < keep_detection_vel_thr
keep_detection_vel_thr: 1.5 # == 5.4km/h. keep detection if ego is ego.vel < keep_detection_vel_thr

occlusion:
enable: true
occlusion_attention_area_length: 70.0 # [m]
enable_creeping: false # flag to use the creep velocity when reaching occlusion limit stop line
occlusion_creep_velocity: 0.8333 # the creep velocity to occlusion limit stop line
peeking_offset: -0.5 # [m] offset for peeking into detection area
peeking_offset: 1.0 # [m] offset for peeking into detection area
free_space_max: 43
occupied_min: 58
do_dp: true
Expand Down

0 comments on commit 03d3059

Please sign in to comment.