Open rayvburn opened 2 years ago
Currently, in the scenario code one must call
while(ros::ok() && <TaskFeedbackType> == <EXPECTED_FEEDBACK>) { std::this_thread::sleep_for(std::chrono::milliseconds(1)); ros::spinOnce(); }
Currently, in the scenario code one must call