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

Method PathFollow

tests/gtest_interface.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44{
45public:
46 PathFollow(const std::string& name, const BT::NodeConfig& config, IMotor& motor)
47 : BT::StatefulActionNode(name, config), imotor_(motor)
48 {}
49 static BT::PortsList providedPorts()
50 {
51 return {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected