[ros-users] re-subscription

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Klaus Petersen
Dato:  
Til: ros-users
Emne: [ros-users] re-subscription
Hello,

I have a very basic problem: First, I establish a connection between a
publisher node and a subscriber node. At this point I can receive
messages from the publisher with the subscriber node. But when I
re-start my publisher node (quit and run again) the subscriber does not
automatically resubscribe to the message. I have to restart the
subscriber as well to be able to receive again. Is this the normal
behavior with ros or am I doing something wrong? I have quite a big
robot control program tied to one of the nodes, so restarting along the
way (the initialization of the robot takes ages) is very troublesome.

Cheers,
Klaus