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(lane_change): ensure path generation doesn't exceed time limit (#9908)
* add time limit for lane change candidate path generation
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* apply time limit for frenet method as well
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* ensure param update value is valid
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* fix param update initial value
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* fix spelling
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* fix param update initial values
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
---------
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
|`time_limit`|[ms]| double | Time limit for lane change candidate path generation | 50.0 |
1042
1043
|`backward_lane_length`|[m]| double | The backward length to check incoming objects in lane change target lane. | 200.0 |
1043
1044
|`backward_length_buffer_for_end_of_lane`|[m]| double | The end of lane buffer to ensure ego vehicle has enough distance to start lane change | 3.0 |
1044
1045
|`backward_length_buffer_for_blocking_object`|[m]| double | The end of lane buffer to ensure ego vehicle has enough distance to start lane change when there is an object in front | 3.0 |
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/structs/parameters.hpp
0 commit comments