Skip to content

Commit

Permalink
fix(avoidance): don't output new candidate path if there is huge offs…
Browse files Browse the repository at this point in the history
…et between the ego and previous output path (#431)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored Jul 5, 2023
1 parent 6235940 commit 47070cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
safety_check_idling_time: 1.5 # [s]
safety_check_accel_for_rss: 2.5 # [m/ss]
safety_check_hysteresis_factor: 2.0 # [-]
safety_check_ego_offset: 1.0 # [m]

# For avoidance maneuver
avoidance:
Expand Down

0 comments on commit 47070cb

Please sign in to comment.