This is a simple implementation of a throttle nodelet. It also allows using the more precise token bucket rate-limiting algorithm. More...
#include <memory>
#include <mutex>
#include <ros/message_event.h>
#include <ros/publisher.h>
#include <ros/subscriber.h>
#include <topic_tools/shape_shifter.h>
#include <cras_cpp_common/nodelet_utils.hpp>
#include <cras_cpp_common/rate_limiter.h>
#include <cras_topic_tools/generic_lazy_pubsub.hpp>
Go to the source code of this file.
Classes | |
class | cras::ThrottleMessagesNodelet |
Nodelet for throttling messages on a topic. More... | |
Namespaces | |
cras | |
This is a simple implementation of a throttle nodelet. It also allows using the more precise token bucket rate-limiting algorithm.
Definition in file throttle_messages.h.