Skip to content

Commit

Permalink
fix(tier4_localization_rviz_plugin): fix unusedFunction (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#8637)

fix:unusedFunction

Signed-off-by: kobayu858 <[email protected]>
Signed-off-by: Batuhan Beytekin <[email protected]>
  • Loading branch information
kobayu858 authored and batuhanbeytekin committed Sep 2, 2024
1 parent 00fd219 commit 43694f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ void PoseHistory::onInitialize()
lines_ = std::make_unique<rviz_rendering::BillboardLine>(scene_manager_, scene_node_);
}

// cppcheck-suppress unusedFunction
void PoseHistory::onEnable()
{
subscribe();
}

// cppcheck-suppress unusedFunction
void PoseHistory::onDisable()
{
unsubscribe();
Expand Down

0 comments on commit 43694f0

Please sign in to comment.