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
Copy file name to clipboardexpand all lines: planning/behavior_path_avoidance_by_lane_change_module/include/behavior_path_avoidance_by_lane_change_module/interface.hpp
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ namespace autoware
29
29
{
30
30
namespacebehavior_path_planner
31
31
{
32
+
using ::behavior_path_planner::Direction;
32
33
using ::behavior_path_planner::LaneChangeInterface;
33
-
using ::behavior_path_planner::RTCInterface;
34
34
using ::behavior_path_planner::ObjectsOfInterestMarkerInterface;
Copy file name to clipboardexpand all lines: planning/behavior_path_avoidance_by_lane_change_module/include/behavior_path_avoidance_by_lane_change_module/manager.hpp
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ namespace autoware
30
30
{
31
31
namespacebehavior_path_planner
32
32
{
33
-
using ::route_handler::Direction;
34
33
using ::behavior_path_planner::AvoidancePlanningData;
35
34
using ::behavior_path_planner::LaneChangeModuleManager;
36
35
using ::behavior_path_planner::LaneChangeModuleType;
37
-
using ::behavior_path_planner::SceneModuleInterface;
38
36
using ::behavior_path_planner::ObjectParameter;
37
+
using ::behavior_path_planner::SceneModuleInterface;
39
38
using ::behavior_path_planner::SceneModuleManagerInterface;
Copy file name to clipboardexpand all lines: planning/behavior_path_avoidance_by_lane_change_module/include/behavior_path_avoidance_by_lane_change_module/scene.hpp
+6-6
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,17 @@ namespace autoware
25
25
{
26
26
namespacebehavior_path_planner
27
27
{
28
-
using ::route_handler::Direction;
29
28
using ::behavior_path_planner::AvoidanceParameters;
29
+
using ::route_handler::Direction;
30
30
using AvoidanceDebugData = DebugData;
31
-
using ::behavior_path_planner::helper::avoidance::AvoidanceHelper;
32
-
using ::behavior_path_planner::LaneChangeParameters;
33
31
using ::behavior_path_planner::AvoidancePlanningData;
34
-
using ::behavior_path_planner::ObjectDataArray;
35
-
using ::behavior_path_planner::ObjectData;
36
-
using ::behavior_path_planner::PredictedObject;
37
32
using ::behavior_path_planner::LaneChangeModuleType;
33
+
using ::behavior_path_planner::LaneChangeParameters;
34
+
using ::behavior_path_planner::ObjectData;
35
+
using ::behavior_path_planner::ObjectDataArray;
38
36
using ::behavior_path_planner::Point2d;
37
+
using ::behavior_path_planner::PredictedObject;
38
+
using ::behavior_path_planner::helper::avoidance::AvoidanceHelper;
39
39
40
40
classAvoidanceByLaneChange : public ::behavior_path_planner::NormalLaneChange
0 commit comments