ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Turns out I was just performing the std::bind incorrectly when I defined the subscriber. I got it to work once I bound the callback method to the class that it belonged to.