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
* refactor(lane_change): separate leading and trailing objects
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* Refactor to use common function
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
---------
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@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
+7-10
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ 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
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/debug_structs.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/markers.hpp
+2-3
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
30
30
namespacemarker_utils::lane_change_markers
31
31
{
32
+
using autoware::behavior_path_planner::FilteredByLanesExtendedObjects;
32
33
using autoware::behavior_path_planner::LaneChangePath;
33
34
using autoware::behavior_path_planner::lane_change::Debug;
34
35
using autoware::behavior_path_planner::utils::path_safety_checker::ExtendedPredictedObjects;
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