Skip to content

Commit

Permalink
fix(autoware_behavior_path_lane_change_module): fix clang-diagnostic-…
Browse files Browse the repository at this point in the history
…overloaded-virtual (#9400)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 26, 2024
1 parent 635ad2d commit 340a5af
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ class LaneChangeInterface : public SceneModuleInterface
MarkerArray getModuleVirtualWall() override;

protected:
using SceneModuleInterface::updateRTCStatus;

std::shared_ptr<LaneChangeParameters> parameters_;

std::unique_ptr<LaneChangeBase> module_type_;
Expand Down

0 comments on commit 340a5af

Please sign in to comment.