Skip to content

Commit 12dea76

Browse files
change param
Signed-off-by: yuki-takagi-66 <[email protected]>
1 parent 541abb5 commit 12dea76

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
terminal_stop_margin : 3.0 # Stop margin at the goal. This value cannot exceed stop margin. [m]
1111
min_behavior_stop_margin: 3.0 # [m]
1212

13-
max_negative_velocity: -0.1 # [m/s] maximum velocity of opposing traffic to consider stop planning
13+
max_negative_velocity: -100.0 # [m/s] maximum velocity of opposing traffic to consider stop planning
1414
stop_margin_opposing_traffic: 10.0 # Ideal stop-margin from moving opposing obstacle when ego comes to a stop
1515
effective_deceleration_opposing_traffic: 4.0 # Setting a higher value brings the final stop-margin closer to the ideal value above
1616

0 commit comments

Comments
 (0)