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

Method UpdatePosition

examples/t11_groot_howto.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54{
55public:
56 UpdatePosition(const std::string& name, const BT::NodeConfig& config)
57 : BT::SyncActionNode(name, config)
58 {}
59
60 BT::NodeStatus tick() override
61 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected