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
* new params for run out
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
* rename param
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
* update description
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
---------
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/run_out.param.yaml
use_partition_lanelet: true # [-] whether to use partition lanelet map data
6
6
suppress_on_crosswalk: true # [-] whether to suppress on crosswalk lanelet
7
+
use_ego_cut_line: true # [-] filter obstacles that pass the backside of ego: if a dynamic obstacle's predicted path intersects this line, it is ignored
7
8
specify_decel_jerk: true # [-] whether to specify jerk when ego decelerates
8
9
stop_margin: 2.5# [m] the vehicle decelerates to be able to stop with this margin
9
10
passing_margin: 1.1# [m] the vehicle begins to accelerate if the vehicle's front in predicted position is ahead of the obstacle + this margin
10
11
deceleration_jerk: -0.3# [m/s^3] ego decelerates with this jerk when stopping for obstacles
11
12
detection_distance: 45.0# [m] ahead distance from ego to detect the obstacles
12
13
detection_span: 1.0# [m] calculate collision with this span to reduce calculation time
13
14
min_vel_ego_kmph: 3.6# [km/h] min velocity to calculate time to collision
15
+
ego_cut_line_length: 3.0# The width of the ego's cut line
14
16
15
17
# Parameter to create abstracted dynamic obstacles
0 commit comments