ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
What's the message type that you are publishing on topic /circles?
ros::Publisher pub = handle.advertise<std_msgs::empty>("my_topic", 1); ~~~~~~~~~~~~~~~ You are missing this part
2 | No.2 Revision |
What's the message type that you are publishing on topic /circles?
ros::Publisher pub =