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
Avoid blocking forever in RCLFuture.get() with timeout (#78)
Add overloads for spinOnce methods to include a timeout argument and call this when spinning in the future.
This fixes a bug where the future.get(...) call blocks forever, e.g. when waiting on a service response and the service becomes unavailable.
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
0 commit comments