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

Method ApproachObject

sample_nodes/dummy_nodes.h:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35{
36public:
37 ApproachObject(const std::string& name) : BT::SyncActionNode(name, {})
38 {}
39
40 // You must override the virtual function tick()
41 NodeStatus tick() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected