|
virtual void | callback (const std_msgs::String::ConstPtr &msg) |
|
virtual void | onInit () |
| Initialize method. Subclass should call this method in its onInit method. More...
|
|
virtual void | subscribe () |
| This method is called when publisher is subscribed by other nodes. Set up subscribers in this method. More...
|
|
virtual void | unsubscribe () |
| This method is called when publisher is unsubscribed by other nodes. Shut down subscribers in this method. More...
|
|
virtual void | updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat) |
| Method which is called periodically. More...
|
|
template<class T > |
ros::Publisher | advertise (ros::NodeHandle &nh, std::string topic, int queue_size) |
| Advertise a topic and watch the publisher. Publishers which are created by this method. It automatically reads latch boolean parameter from nh and publish topic with appropriate latch parameter. More...
|
|
image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
|
image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
|
image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
|
image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
| Advertise an image topic and watch the publisher. Publishers which are created by this method. It automatically reads latch boolean parameter from nh and it and publish topic with appropriate latch parameter. More...
|
|
virtual void | cameraConnectionBaseCallback () |
| callback function which is called when new subscriber come for camera image publisher or camera info publisher. This function is called from cameraConnectionCallback or cameraInfoConnectionCallback. More...
|
|
virtual void | cameraConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
| callback function which is called when new subscriber come for camera image publisher More...
|
|
virtual void | cameraInfoConnectionCallback (const ros::SingleSubscriberPublisher &pub) |
| callback function which is called when new subscriber come for camera info publisher More...
|
|
virtual void | connectionCallback (const ros::SingleSubscriberPublisher &pub) |
| callback function which is called when new subscriber come More...
|
|
virtual void | imageConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
| callback function which is called when new subscriber come for image publisher More...
|
|
virtual bool | isSubscribed () |
| Returns true when this nodelet subscribes topics, false otherwise. More...
|
|
virtual void | onInitPostProcess () |
| Post processing of initialization of nodelet. You need to call this method in order to use always_subscribe feature. More...
|
|
virtual void | warnNeverSubscribedCallback (const ros::WallTimerEvent &event) |
| callback function which is called when walltimer duration run out. More...
|
|
virtual void | warnOnInitPostProcessCalledCallback (const ros::WallTimerEvent &event) |
| callback function which is called when walltimer duration run out. More...
|
|
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
|
ros::NodeHandle & | getMTNodeHandle () const |
|
ros::NodeHandle & | getMTPrivateNodeHandle () const |
|
const V_string & | getMyArgv () const |
|
const std::string & | getName () const |
|
ros::NodeHandle & | getNodeHandle () const |
|
ros::NodeHandle & | getPrivateNodeHandle () const |
|
const M_string & | getRemappingArgs () const |
|
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
|
std::string | getSuffixedName (const std::string &suffix) const |
|
Definition at line 45 of file string_relay.h.