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_obstacle_stop_module/config/obstacle_stop.param.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@
67
67
obstacle_velocity_threshold_from_stop : 3.5# stop planning is executed to the obstacle whose velocity is less than this value [m/s]
68
68
69
69
max_lat_margin: 0.3# lateral margin between the obstacles except for unknown and ego's footprint
70
-
max_lat_margin_against_unknown: 0.3# lateral margin between the unknown obstacles and ego's footprint
70
+
max_lat_margin_against_predicted_object_unknown: 0.3# lateral margin between the predicted object unknown obstacles and ego's footprint
71
71
72
72
min_velocity_to_reach_collision_point: 2.0# minimum velocity margin to calculate time to reach collision [m/s]
73
73
stop_obstacle_hold_time_threshold : 1.0# maximum time for holding closest stop obstacle
Copy file name to clipboardexpand all lines: planning/motion_velocity_planner/autoware_motion_velocity_obstacle_stop_module/src/obstacle_stop_module.cpp
0 commit comments