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

Reading RobotState asynchronously #33

Open
AnnabellaMacaluso opened this issue May 30, 2024 · 0 comments
Open

Reading RobotState asynchronously #33

AnnabellaMacaluso opened this issue May 30, 2024 · 0 comments

Comments

@AnnabellaMacaluso
Copy link

Hi, I have a separate process that needs to read RobotState continuously at specified frequency. In my main thread I'm also trying to execute robot move to pose commands. However, these two commands seem to conflict with each other and I get UDP timeout issues. What's the proper way to asynchronously read RobotState from a separate process?

Main Process:
while True:
# run some move_to_pose command

Process 1:
robot = libfranka.Robot(hostname).read(test.call)

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