Merge pull request #79 from ros2/fix_no_data_handling
fix no data handling
This commit is contained in:
commit
d7120e57fd
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ rcl_take(
|
|||
return RCL_RET_ERROR;
|
||||
}
|
||||
if (!taken) {
|
||||
RCL_SET_ERROR_MSG(rmw_get_error_string_safe());
|
||||
return RCL_RET_SUBSCRIPTION_TAKE_FAILED;
|
||||
}
|
||||
return RCL_RET_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue