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

Process Acquisition Report Asynchronously #198

Open
amalnanavati opened this issue Sep 1, 2024 · 0 comments
Open

Process Acquisition Report Asynchronously #198

amalnanavati opened this issue Sep 1, 2024 · 0 comments

Comments

@amalnanavati
Copy link
Contributor

The web app currently invokes the acquisition report service and a motion action at roughly the same time. However, empirically, it seems like rosbridge can only process them one-at-a-time, and in practice ir waits for the acquisition report to succeed before processing the motion. Given this, we should spin off a new thread to process the acquisition report service (e.g., return a succesful response to ROS and then do the work) to allow for greater concurrency.

(We should also dive deeper into the rosbridge issue and create an upstream issue about it.)

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