MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / UpdatePosition

Method UpdatePosition

tests/gtest_blackboard.cpp:680–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678{
679public:
680 UpdatePosition(const std::string& name, const BT::NodeConfig& config)
681 : BT::SyncActionNode(name, config)
682 {}
683
684 BT::NodeStatus tick() override
685 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected