Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ template<class T> inline
future_goal_handle_ = {};

if (!goal_handle_) {
throw std::runtime_error("Goal was rejected by the action server");
return CheckStatus( onFailure( GOAL_REJECTED_BY_SERVER ) );
}
}
}
Expand Down