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
|`obstacle_stop_planner`|`stop_planner.stop_position.max_longitudinal_margin`| double | distance between the ego and the front vehicle when stopping (when `cruise_planner_type:=obstacle_stop_planner`) |
91
+
|`obstacle_cruise_planner`|`common.safe_distance_margin`| double | distance between the ego and the front vehicle when stopping (when `cruise_planner_type:=obstacle_cruise_planner`) |
92
+
|`behavior_path_planner`|`avoidance.avoidance.lateral.lateral_collision_margin`| double | minimum lateral margin to obstacle on avoidance |
93
+
|`behavior_path_planner`|`avoidance.avoidance.lateral.lateral_collision_safety_buffer`| double | additional lateral margin to obstacle if possible on avoidance |
94
+
|`obstacle_avoidance_planner`|`option.enable_outside_drivable_area_stop`| bool | If set true, a stop point will be inserted before the path footprint is outside the drivable area. |
95
+
86
96
## Notation
87
97
88
98
### [1] self-crossing road and overlapped
@@ -99,6 +109,6 @@ Currently, the supported modules are as follows.
99
109
- obstacle_stop_planner
100
110
- motion_velocity_smoother
101
111
102
-
####[2] Size of Path Points
112
+
### [2] Size of Path Points
103
113
104
114
Some functions do not support paths with only one point. Therefore, each modules should generate the path with more than two path points.
0 commit comments