Skip to content

Commit 8f562ed

Browse files
authored
fix(static_obstacle_avoidance): check stopped time in freespace (#1074)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 0b41cfa commit 8f562ed

File tree

1 file changed

+4
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module

1 file changed

+4
-0
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/static_obstacle_avoidance.param.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@
160160
intersection:
161161
yaw_deviation: 0.349 # [rad] (default 20.0deg)
162162

163+
freespace:
164+
condition:
165+
th_stopped_time: 5.0 # [-]
166+
163167
# For safety check
164168
safety_check:
165169
# safety check target type

0 commit comments

Comments
 (0)