ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You've not called ros::init() in your listner. It's pretty much the first thing you need to do in any ROS app.
Mark