-
Notifications
You must be signed in to change notification settings - Fork 155
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
Question regarding simultaneous agent server access #227
Comments
Cool project! I took a look at the code you provided and didn't immediately see any problems. Can you provide a link to: |
Hi thank you for your answer! task_flat2.xml
for the a1.xml
Thank you again for your help :) |
A couple things to look into:
If you think the mocap goal position is the issue, I recommend calling |
Hi, regarding this issue #217. We have been meaning to understand it more, however, we have run into a problem that involves the mocap_pos. From what I have understood, when the agent server is called it tries to find a free port to access it (which in both ui_agent_servers does connect to different ports at the same time). Eventhough I want to give different goals to each robot, each take the last goal that it was connected to or was recently updated to. Is it because the client from the grpc is using the same server? or is there anything you could recommend us?
Here is an example code
Working example
A few notes are that the task_flat2 contains 2 robots with different spawning points and they both go to a same goal. And we have also tried putting both goals to no avail. Here is a video example Video
Thank you for your time and sorry for the trouble.
The text was updated successfully, but these errors were encountered: