Skip to content

Commit 21362b1

Browse files
authored
feat(autoware_launch): rename to max_lat_margin_against_predicted_object_unknown (#1360)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent cf5d542 commit 21362b1

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/obstacle_stop.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
obstacle_velocity_threshold_from_stop : 3.5 # stop planning is executed to the obstacle whose velocity is less than this value [m/s]
6868

6969
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 unknown obstacles and ego's footprint
7171

7272
min_velocity_to_reach_collision_point: 2.0 # minimum velocity margin to calculate time to reach collision [m/s]
7373
stop_obstacle_hold_time_threshold : 1.0 # maximum time for holding closest stop obstacle

0 commit comments

Comments
 (0)