Wiki

drop

drop is a ROS node that can subscribe to a topic and republish incoming data to another topic, dropping X out of every Y incoming messages. It's mainly useful for limiting bandwidth usage, e.g., over a wireless link. It can work with any message type.

drop is part of the topic_tools package.

drop Usage

drop <intopic> <X> <Y> [outtopic]

Wiki: topic_tools/drop (last edited 2020-09-08 21:24:00 by IsaacSaito)