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

Revision history [back]

This likely has to do with the number of lines to draw varying over time. If you publish less lines than in a previous iteration and do not send a DELETE marker action for the unused markers of the previous iteration, they will stay in place. So you either have to explicitly tell them to disappear using the DELETE action, or give them a short lifetime. Also discussed here.