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

For anyone get insterested, the reason is I put while(ros::ok()) loop inside both of 2 nodelets code, so it keep blocking other process, you shouldn't do this inside a nodelet. If you want a period action, use ros::Timer instead.