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
I noticed that the implement of rcl_take_response in rcl returns RCL_RET_ERROR and RCL_RET_CLIENT_TAKE_FAILED when the execution failed. So when this circumstance occurs, we should reset the error message to avoid being overwritten later. I have submitted a pr #141, PTAL thanks!
The text was updated successfully, but these errors were encountered:
This is now essentially a duplicate of ros2/rclcpp#397 so I will close this issue. As mentioned in #141 (comment), if you were seeing unexpected error output then #143 may have fixed it for you.
[edit @dhood] connect to ros2/rclcpp#397
I noticed that the implement of
rcl_take_response
inrcl
returns RCL_RET_ERROR and RCL_RET_CLIENT_TAKE_FAILED when the execution failed. So when this circumstance occurs, we should reset the error message to avoid being overwritten later. I have submitted a pr #141, PTAL thanks!The text was updated successfully, but these errors were encountered: