Skip to content

Commit c43bd61

Browse files
committed
Error message corrected
1 parent 1203ab3 commit c43bd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/behaviortree_cpp/bt_factory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class BehaviorTreeFactory
212212
static_assert(default_constructable || param_constructable,
213213
"[registerBuilder]: the registered class must have at least one of these two "
214214
"constructors: "
215-
" (const std::string&, const NodeParameters&) or (const std::string&).");
215+
" (const std::string&, const NodeConfiguration&) or (const std::string&).");
216216

217217
static_assert(!(param_constructable && !has_static_ports_list),
218218
"[registerBuilder]: you MUST implement the static method: "

0 commit comments

Comments
 (0)