Skip to content

Commit d36cc3a

Browse files
committed
fix(autoware_behavior_path_external_request_lane_change_module): fix clang-tidy issues
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 253f3d5 commit d36cc3a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

planning/behavior_path_external_request_lane_change_module/src/manager.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
namespace autoware::behavior_path_planner
2121
{
22+
using ::behavior_path_planner::LaneChangeInterface;
2223

2324
std::unique_ptr<SceneModuleInterface>
2425
ExternalRequestLaneChangeRightModuleManager::createNewSceneModuleInstance()

planning/behavior_path_external_request_lane_change_module/src/scene.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
namespace autoware::behavior_path_planner
2222
{
23+
using ::behavior_path_planner::LaneChangeModuleType;
24+
2325
ExternalRequestLaneChange::ExternalRequestLaneChange(
2426
const std::shared_ptr<LaneChangeParameters> & parameters, Direction direction)
2527
: NormalLaneChange(parameters, LaneChangeModuleType::EXTERNAL_REQUEST, direction)

0 commit comments

Comments
 (0)