how to publish a data to a rostopic without sleep and without interrupting other messages? ?
i want to publish a data on a topic with 1 Hz . my script is running on 30hz and all other messages are being published at 30 Hz . while that i want to publish a particular message at 1 hz without interrupting main frequency(30 Hz). as if i use rospy rate / ros sleep than it will cause a stop to script and other messages frequency will be interrupt.