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

Revision history [back]

Your ros::spin(); is outside of the while loop, not allowing the application to actually invoke the callback

Your ros::spin(); is outside of the while loop, not allowing the application to actually invoke the callback

on the other hand, your node1 is publishing to "falconPos" but node2 is subscribed to "position" , who else is publishing to that topics??