Skip to content

Commit 6c6aa07

Browse files
authored
GoalResponseCallback signature fix (#121) (#122)
1 parent 760f23d commit 6c6aa07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

behaviortree_ros2/include/behaviortree_ros2/bt_action_node.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ inline NodeStatus RosActionNode<T>::tick()
434434
if(!goal_handle_)
435435
{
436436
RCLCPP_ERROR(logger(), "Goal was rejected by server");
437-
return onFailure(GOAL_REJECTED_BY_SERVER);
438437
}
439438
else
440439
{

0 commit comments

Comments
 (0)