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 1203ab3 commit c43bd61Copy full SHA for c43bd61
include/behaviortree_cpp/bt_factory.h
@@ -212,7 +212,7 @@ class BehaviorTreeFactory
212
static_assert(default_constructable || param_constructable,
213
"[registerBuilder]: the registered class must have at least one of these two "
214
"constructors: "
215
- " (const std::string&, const NodeParameters&) or (const std::string&).");
+ " (const std::string&, const NodeConfiguration&) or (const std::string&).");
216
217
static_assert(!(param_constructable && !has_static_ports_list),
218
"[registerBuilder]: you MUST implement the static method: "
0 commit comments