Return result of client execute#938
Conversation
|
LGTM. +1 |
|
+1 |
|
ping @tfoote @dirk-thomas |
|
@jspricke @dirk-thomas We've been running this at Clearpath for several months; hasn't caused any regressions in our use-case. |
|
Woah, that function looks quite entangled already. I would prefer to simplify it. But otherwise +1 from me for the fix. |
|
@efernandez Sorry for the long delay and thank you for the patch. @mikepurvis Thank you for testing this change. @jspricke Thanks for the review. |
|
Thanks @dirk-thomas BTW, @afakihcpr has an additional fix for the case when the ROS initialization is done from a separate thread and it gets shutdown while still initializing. I'm not sure if there's a PR upstream for that one or not. |
Return result of client execute
This replaces #928
All test passing. Note that with
return ok;some rostests fail.