Skip to content

Commit

Permalink
Revert "fix(dynamic_obstacle_avoidance): improve avoidance for moving…
Browse files Browse the repository at this point in the history
… NPCs (autowarefoundation#1170)"

This reverts commit e14b2c8.
  • Loading branch information
go-sakayori committed Nov 27, 2024
1 parent 9532500 commit cf5cdb7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
object_path_base:
min_longitudinal_polygon_margin: 3.0 # [m]

lat_offset_from_obstacle: 0.3 # [m]
margin_distance_around_pedestrian: 0.8 # [m]
lat_offset_from_obstacle: 1.0 # [m]
margin_distance_around_pedestrian: 2.0 # [m]
predicted_path:
end_time_to_consider: 1.0 # [s]
end_time_to_consider: 2.0 # [s]
threshold_confidence: 0.0 # [] not probability
max_lat_offset_to_avoid: 0.5 # [m]
max_time_for_object_lat_shift: 0.0 # [s]
Expand Down

0 comments on commit cf5cdb7

Please sign in to comment.