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
* add target lane length and ego arc length along current and target lanes to transient data
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* refactor code using transient data
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* refactor get_lane_change_paths function
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* minor refactoring
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* refactor util functions
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
* refactor getPrepareSegment function
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
---------
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/scene.hpp
+9-6
Original file line number
Diff line number
Diff line change
@@ -142,9 +142,8 @@ class NormalLaneChange : public LaneChangeBase
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/utils/base_class.hpp
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/utils/data_structs.hpp
+5
Original file line number
Diff line number
Diff line change
@@ -338,6 +338,11 @@ struct TransientData
338
338
double max_prepare_length{
339
339
std::numeric_limits<double>::max()}; // maximum prepare length, starting from ego's base link
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/utils/utils.hpp
0 commit comments