Skip to content

Commit 9866127

Browse files
adad
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent 89f616d commit 9866127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
obstacle_traj_angle_threshold : 1.22 # [rad] = 70 [deg], yaw threshold of crossing obstacle against the nearest trajectory point for cruise or stop
8888

8989
stop:
90-
max_lat_margin: 0.3 # lateral margin between obstacle and trajectory band with ego's width
90+
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
9192
crossing_obstacle:
9293
collision_time_margin : 4.0 # time threshold of collision between obstacle adn ego for cruise or stop [s]
9394

0 commit comments

Comments
 (0)