Skip to content

Commit

Permalink
fix(static_obstacle_avoidance): check stopped time in freespace (#1074)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Jul 16, 2024
1 parent 0b41cfa commit 8f562ed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
intersection:
yaw_deviation: 0.349 # [rad] (default 20.0deg)

freespace:
condition:
th_stopped_time: 5.0 # [-]

# For safety check
safety_check:
# safety check target type
Expand Down

0 comments on commit 8f562ed

Please sign in to comment.