ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Your line ros:AsyncSpinner async_spinner(1); is missing a colon for the namespace. Add the colon to make it ros::AsyncSpinner async_spinner(1);.