You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/config/out_of_lane.param.yaml
+2-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@
27
27
action: # action to insert in the trajectory if an object causes a conflict at an overlap
28
28
skip_if_over_max_decel: true # if true, do not take an action that would cause more deceleration than the maximum allowed
29
29
precision: 0.1# [m] precision when inserting a stop pose in the trajectory
30
-
distance_buffer: 1.5# [m] buffer distance to try to keep between the ego footprint and lane
30
+
longitudinal_distance_buffer: 1.5# [m] safety distance buffer to keep in front of the ego vehicle
31
+
lateral_distance_buffer: 1.0# [m] safety distance buffer to keep on the side of the ego vehicle
31
32
min_duration: 1.0# [s] minimum duration needed before a decision can be canceled
32
33
slowdown:
33
34
distance_threshold: 30.0# [m] insert a slowdown when closer than this distance from an overlap
Copy file name to clipboardexpand all lines: planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/src/calculate_slowdown_points.cpp
Copy file name to clipboardexpand all lines: planning/motion_velocity_planner/autoware_motion_velocity_out_of_lane_module/src/calculate_slowdown_points.hpp
0 commit comments