Skip to content

Commit ca7f585

Browse files
Merge pull request #345 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents d680c0c + f4778f9 commit ca7f585

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/crosswalk.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
occluded_object_velocity: 1.0 # [m/s] assumed velocity of objects that may come out of the occluded space
7676
slow_down_velocity: 1.0 # [m/s]
7777
time_buffer: 0.5 # [s] consecutive time with/without an occlusion to add/remove the slowdown
78-
min_size: 0.5 # [m] minimum size of an occlusion (square side size)
78+
min_size: 1.0 # [m] minimum size of an occlusion (square side size)
7979
free_space_max: 43 # [-] maximum value of a free space cell in the occupancy grid
8080
occupied_min: 58 # [-] minimum value of an occupied cell in the occupancy grid
8181
ignore_with_red_traffic_light: true # [-] if true, occlusions at crosswalks with traffic lights are ignored

autoware_launch/rviz/autoware.rviz

+13
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,19 @@ Visualization Manager:
23742374
Constant Color: false
23752375
Scale: 0.30000001192092896
23762376
Value: false
2377+
- Class: rviz_default_plugins/Marker
2378+
Enabled: false
2379+
Name: Stop Reason
2380+
Namespaces:
2381+
{}
2382+
Topic:
2383+
Depth: 5
2384+
Durability Policy: Volatile
2385+
Filter size: 10
2386+
History Policy: Keep Last
2387+
Reliability Policy: Reliable
2388+
Value: /control/trajectory_follower/longitudinal/stop_reason
2389+
Value: false
23772390
- Class: rviz_default_plugins/MarkerArray
23782391
Enabled: false
23792392
Name: Debug/MPC

0 commit comments

Comments
 (0)