ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The spinOnce
is necessary for the callback function to work. Therefore, if a node only publishes, it can work without `spinOnceP.
2 | No.2 Revision |
The spinOnce
is necessary for the callback function to work. Therefore, if a node only publishes, it can work without `spinOnceP.spinOnce
.