Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
|
The code looks OK to me, but can you explain why this is necessary? The code in question succeeds in CI, so I'm just curious why we need it now. |
hidmic
left a comment
There was a problem hiding this comment.
LGTM!
@clalancette I suspect this patch makes use of std::make_exception_ptr in a simpler way, without relying on non-explicit constructors for the given exception type.
Yeah, understood. I'm just not sure what is different about the Fpr environment vs. our CI environment, and if that is something we should look into. Regardless, this is an improvement over the status-quo, so I'll approve. |
clalancette
left a comment
There was a problem hiding this comment.
Looks good to me, please also run CI on it.
This PR builds on top of this other PR #258. Fix some issues in
tf2_rosSigned-off-by: ahcorde ahcorde@gmail.com