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 have a TreeExecutor and on execution of a simple behavior tree with just a sequence and multiple action clients as children.
The cancellation of the tree results in a seg fault on emitWakeUpSignal call in the result_callback lamda function of bt_action_node action client (observed using gdb backtrace).