We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b33e1 commit 1bb86ceCopy full SHA for 1bb86ce
include/behaviortree_cpp/bt_factory.h
@@ -40,7 +40,8 @@ inline NodeBuilder CreateBuilder(Args... args)
40
}
41
42
template <typename T>
43
-inline TreeNodeManifest CreateManifest(const std::string& ID, PortsList portlist)
+inline TreeNodeManifest CreateManifest(const std::string& ID,
44
+ PortsList portlist = getProvidedPorts<T>())
45
{
46
return {getType<T>(), ID, portlist, {}};
47
0 commit comments