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
terminate called after throwing an instance of 'rclcpp_action::exceptions::UnknownGoalHandleError' , what(): Goal handle is not known to this client. #110
"IsEmergencyOn" is a sub-node/condition node, and "moveForward" is an action node. I am writing the behavior tree node and its server using an example as a reference.
I tried making IsEmergencyOn return SUCCESS in the middle of moveForward, causing the tree to restart due to repeat and getting blocked by KeepRunningUntilFailure until IsEmergencyOn returns FAILURE. I repeated this process multiple times, but after several repeats, an error occurred:
[behaviorNode-3] terminate called after throwing an instance of 'rclcpp_action::exceptions::UnknownGoalHandleError'
[behaviorNode-3] what(): Goal handle is not known to this client.
[ERROR] [behaviorNode-3]: process has died [pid 16286, exit code -6, cmd '/home/banyubramanta/Documents/ros2_ws_sauvc_2025/install/banyu_behavior_client/lib/banyu_behavior_client/behaviorNode --ros-args -r __node:=behaviorNode'].