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
feat(start_planner,lane_departure_checker): add margin param for lane departure check (#7193)
* add param for lane departure margin
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
* json thing
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
* docs
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
* make separate param for lane departure margin expansion
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
* update docs
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
---------
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
| enable_geometric_pull_out |[-]| bool | flag whether to enable geometric pull out | true |
500
-
| divide_pull_out_path |[-]| bool | flag whether to divide arc paths. The path is assumed to be divided because the curvature is not continuous. But it requires a stop during the departure. | false |
501
-
| geometric_pull_out_velocity |[m/s]| double | velocity of geometric pull out | 1.0 |
502
-
| arc_path_interval |[m]| double | path points interval of arc paths of geometric pull out | 1.0 |
503
-
| lane_departure_margin |[m]| double | margin of deviation to lane right | 0.2 |
504
-
| pull_out_max_steer_angle |[rad]| double | maximum steer angle for path generation | 0.26 |
497
+
| Name | Unit | Type | Description | Default value |
| enable_geometric_pull_out |[-]| bool | flag whether to enable geometric pull out | true |
500
+
| divide_pull_out_path |[-]| bool | flag whether to divide arc paths. The path is assumed to be divided because the curvature is not continuous. But it requires a stop during the departure. | false |
501
+
| geometric_pull_out_velocity |[m/s]| double | velocity of geometric pull out | 1.0 |
502
+
| arc_path_interval |[m]| double | path points interval of arc paths of geometric pull out | 1.0 |
503
+
| lane_departure_margin |[m]| double | margin of deviation to lane right | 0.2 |
504
+
| lane_departure_check_expansion_margin |[m]| double | margin to expand the ego vehicle footprint when doing lane departure checks | 0.0 |
505
+
| pull_out_max_steer_angle |[rad]| double | maximum steer angle for path generation | 0.26 |
0 commit comments