Interface, which provides methods for publishing topics. More...
#include <publisher.h>
Public Member Functions | |
virtual void | advertise ()=0 |
Advertise the publisher to the network. This is called by Bridge after ros::init(). You should not call this method by yourself. | |
virtual void | publish ()=0 |
This will be called repeatedly by kaco::Bridge::run() | |
Interface, which provides methods for publishing topics.
Definition at line 37 of file publisher.h.