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

Method UseWaypoint

examples/t18_waypoints.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76{
77public:
78 UseWaypoint(const std::string& name, const NodeConfig& config)
79 : ThreadedAction(name, config)
80 {}
81
82 NodeStatus tick() override
83 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected