Skip to content

Commit aeabd59

Browse files
feat(obstacle_curise): revert lateral stop margin for unknown objects (#1015)
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent 9e2619b commit aeabd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
stop:
9090
max_lat_margin: 0.3 # lateral margin between the obstacles and ego's footprint
91-
max_lat_margin_against_unknown: -0.3 # lateral margin between the unknown obstacles and ego's footprint
91+
max_lat_margin_against_unknown: 0.3 # lateral margin between the unknown obstacles and ego's footprint
9292
crossing_obstacle:
9393
collision_time_margin : 4.0 # time threshold of collision between obstacle adn ego for cruise or stop [s]
9494

0 commit comments

Comments
 (0)