You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
providedPorts() will be called in CreateManifest() and BehaviorTreeFactory::registerNodeType(), make sure you have initialized the spdlog before that. Or you can provide the complete code for analysis.
Bug with getInput when default parameter is passed
How to Reproduce
Given a node with providedPorts as shown:
In the tick function, call the following:
This will cause the entire thing to crash.
A quick fix is to remove the default value in the
providedPorts
:This would no longer crash
The text was updated successfully, but these errors were encountered: