#include <nrp_ros_proxy.h>
◆ NRPROSProxy() [1/2]
◆ NRPROSProxy() [2/2]
◆ getInstance()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ publish()
template<class MSG_TYPE >
void NRPROSProxy::publish |
( |
const std::string & |
address, |
|
|
const MSG_TYPE & |
msg, |
|
|
size_t |
queueSize = 10 |
|
) |
| |
|
inline |
Publishes 'msg' to ROS topic 'address'.
◆ resetInstance()
Reset singleton instance.
◆ subscribe()
template<class MSG_TYPE >
void NRPROSProxy::subscribe |
( |
const std::string & |
address, |
|
|
const boost::function< void(const boost::shared_ptr< MSG_TYPE const > &)> & |
callback, |
|
|
size_t |
queueSize = 10 |
|
) |
| |
|
inline |
Subscribe to ROS topic 'address' with callback function 'callback'.
The documentation for this class was generated from the following files: