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
I tried it on the main branch and it looks fine. Arming module doesn't provide an implementation for init() method (arming.hpp), so it uses the implementation from the base class (module.cpp).
As default any Module have
Mode mode{Mode::INITIALIZATION};
source codeTherefore, the node does not leave INITIALIZATION state
Proofs:
I added logging of modules mode for each registered module and got the following messages:
The text was updated successfully, but these errors were encountered: