Open NelsenEW opened 3 months ago
no idea...
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