Skip to content

Commit

Permalink
add virtual to the ActionNode::getBlackBoardValues
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Nov 6, 2024
1 parent 22b4350 commit 57fe892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ActionNode : public BT::ActionNodeBase
};
}

auto getBlackBoardValues() -> void;
virtual auto getBlackBoardValues() -> void;
auto getEntityStatus(const std::string & target_name) const
-> const traffic_simulator::CanonicalizedEntityStatus &;
auto getDistanceToTargetEntityPolygon(
Expand Down

0 comments on commit 57fe892

Please sign in to comment.