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

Not sure, you can try looking at the path being published using rostopic echo <topic_name> and see if there is anything fishy going on. The only thing I could think of is that zero length paths are being published on the same topic (maybe multiple nodes are publishing to the same topic). You could also do rostopic info <topic_name> to make sure only one process is publishing to it.