Skip to content

Commit

Permalink
is_ready if goal expired
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Dec 6, 2018
1 parent 8a21dec commit bf4797a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp_action/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ ServerBase::is_ready(rcl_wait_set_t * wait_set)

return pimpl_->goal_request_ready_ ||
pimpl_->cancel_request_ready_ ||
pimpl_->result_request_ready_;
pimpl_->result_request_ready_ ||
pimpl_->goal_expired_;
}

void
Expand Down

0 comments on commit bf4797a

Please sign in to comment.