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

Hi,

This is perfectly safe, in fact it is often done with the /tf topic. As long as you keep in mind that when you publish something, that node will also receive that message again. If you then in that callback publish a new message on the same topic again, you get an endless 'loop' ;).