Skip to content
New issue

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

Async gripper move and stop #105

Open
lukashermann opened this issue Aug 16, 2021 · 0 comments
Open

Async gripper move and stop #105

lukashermann opened this issue Aug 16, 2021 · 0 comments

Comments

@lukashermann
Copy link

lukashermann commented Aug 16, 2021

I am looking for a way to control the gripper asynchronously, which means I want to have a non-blocking move function and a stop function that immediately stops the gripper, such that a new move command can be executed.
In the implementation of the gripper this blocking function is called to wait for the TCP response. (see here)
Did anyone find a way to rewrite the code to achieve what I am looking for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant