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

Revision history [back]

click to hide/show revision 1
initial version

Does your camera_driver publish or subscribe to the same topic? But with another message type?

Then the topic's message type is fixed to that type, and any new node cannot use that topic but with another type (might be the correct or not).

Does your camera_driver publish or subscribe to the same topic? But with another message type?

Then the topic's message type is fixed to that type, and any new node cannot use that topic but with another type (might be the correct or not).


Another guess: Be means of "only once", I assume you mean you only publish one message. Do you latch them?

When you start the publisher first, and then the subscriber, the latter might not receive that message when the publisher does not latch. It's not even a real race condition, but a simple sequence.