SeokHwanHam

Results 1 issues of SeokHwanHam

Hi, I want to convert a ROS driver in node into nodelet. For update function which is called every loop such as: >while(ros::OK()) { update(); ros::spinOnce(); } How this "update()"...