Skip to content

Commit

Permalink
chore(dynamic_obstacle_avoidance): increase max_lat_offset_to_avoid (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
shmpwk committed Oct 10, 2024
1 parent 1352da1 commit 168d125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
predicted_path:
end_time_to_consider: 2.0 # [s]
threshold_confidence: 0.0 # [] not probability
max_lat_offset_to_avoid: 0.5 # [m]
max_lat_offset_to_avoid: 0.6 # [m]
max_time_for_object_lat_shift: 0.0 # [s]
lpf_gain_for_lat_avoid_to_offset: 0.9 # [-]

Expand Down

0 comments on commit 168d125

Please sign in to comment.