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

Method UpdateAnimal

tests/gtest_polymorphic_ports.cpp:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 {
401 public:
402 UpdateAnimal(const std::string& name, const NodeConfig& config)
403 : SyncActionNode(name, config)
404 {}
405 NodeStatus tick() override
406 {
407 return NodeStatus::SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected