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

Method ModifyPose

tests/gtest_subtree.cpp:298–300  ·  view source on GitHub ↗

Any TreeNode with ports must have a constructor with this signature

Source from the content-addressed store, hash-verified

296public:
297 // Any TreeNode with ports must have a constructor with this signature
298 ModifyPose(const std::string& name, const BT::NodeConfig& config)
299 : SyncActionNode(name, config)
300 {}
301
302 static BT::PortsList providedPorts()
303 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected