We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spinUntil(TaskFeedbackType)
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(); }
The text was updated successfully, but these errors were encountered:
hubero_ros - TaskRequestRosApi extended with an approach of task …
hubero_ros
TaskRequestRosApi
d387346
…execution performed in a separate thread [#29, #57]
63e62ba
d7f71f8
Successfully merging a pull request may close this issue.
Currently, in the scenario code one must call
The text was updated successfully, but these errors were encountered: