ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
In Functor Objects section in "roscpp/Overview/Publishers and Subscribers" wiki:
Note: when using functor objects (like
boost::bind
, for example) you must explicitly specify the message type as a template argument, because the compiler cannot deduce it in this case.