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

Implement duplex communication between HMI and RAI Agents #169

Open
1 of 4 tasks
boczekbartek opened this issue Aug 29, 2024 · 0 comments
Open
1 of 4 tasks

Implement duplex communication between HMI and RAI Agents #169

boczekbartek opened this issue Aug 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@boczekbartek
Copy link
Member

boczekbartek commented Aug 29, 2024

Is your feature request related to a problem? Please describe.
Currently, communication of the task between RAI and HMI has some limitations:

  1. it goes in 1 direction (HMI -> RAI)
  2. is based on the ros2 topic -> no task start ack
  3. The robot can't return task status, ask for task details or

Describe the solution you'd like
Implementation would solve the issues above by implementing 2 ros2 actions:

  1. Task action:
    • HMI submits tasks to the robotic agent (~RAI agent) using ros2 action.
    • RAI agent accepts the task, frequently sends task feedback, and share the result at the end
  2. Task feedback action: (probably better name needed)
    • RAI agent while executing the task can ask the HMI agent for more information about the task using another ros2 action

Describe alternatives you've considered

  • ros2 service, but decided to use actions since we need feedback and the response can take long. For tasks - execution might be long. For feedback - the agent might be in the middle of a conversation.

Additional context

Status

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

No branches or pull requests

1 participant