ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
3

Connection retry strategy?

asked 2012-08-09 01:07:23 -0500

damonkohler gravatar image

updated 2014-04-20 14:09:41 -0500

ngrennan gravatar image

Are they any REPs or other documentation describing retry strategies for topics and services?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-09-15 13:57:09 -0500

tfoote gravatar image

I don't believe there are generic connection retries implemented at the moment. There was some logic to do so, but it's only experimental.

edit flag offensive delete link more

Comments

Thanks, Tully. I think maybe we can roll this into the ROS 2.0 SIG then. Or at least explicitly leave it out :)

damonkohler gravatar image damonkohler  ( 2012-10-10 05:19:51 -0500 )edit
0

answered 2012-08-09 02:21:26 -0500

dornhege gravatar image

updated 2012-08-09 02:22:04 -0500

The Technical Overview might be a good start. At least for services, retry is dependent if it is a persistent connection or not.

edit flag offensive delete link more

Comments

Unfortunately, it doesn't cover retry strategies other than to state that persistent service connections are not retried.

damonkohler gravatar image damonkohler  ( 2012-08-16 04:17:19 -0500 )edit

Yes, that is also important information, i.e. the user has to do it. It states (implictly) that non-persistent connections are reconnected on every service call.

dornhege gravatar image dornhege  ( 2012-08-16 04:46:46 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-08-09 01:07:23 -0500

Seen: 313 times

Last updated: Sep 15 '12