Open tompe17 opened 2 weeks ago
Hi @tompe17! This most probably means the time it takes for the node to transition from one state to another, in this case from configure to activate takes longer than the default timeout. And this seems to be related, with the error you get above : No transition matching 3 found for current state unconfigured. So, if you have added a new module, with a new node, there might be something wrong with how you transition the node through all the lifecycle states. Also, check with the main branch to see if you get the same behavior. I would expect that to work.
I am having issues with starting psdk_wrapper sometimes failing. I start with:
and sometimes get
Is this a bug or have I messes up (I am working on a branch adding support for Waypoint V2 flying)?