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

Method MoveBaseAction

sample_nodes/movebase_node.h:61–63  ·  view source on GitHub ↗

Any TreeNode with ports must have a constructor with this signature

Source from the content-addressed store, hash-verified

59public:
60 // Any TreeNode with ports must have a constructor with this signature
61 MoveBaseAction(const std::string& name, const BT::NodeConfig& config)
62 : StatefulActionNode(name, config)
63 {}
64
65 // It is mandatory to define this static method.
66 static BT::PortsList providedPorts()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected