You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, communication of the task between RAI and HMI has some limitations:
it goes in 1 direction (HMI -> RAI)
is based on the ros2 topic -> no task start ack
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:
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
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.
Is your feature request related to a problem? Please describe.
Currently, communication of the task between RAI and HMI has some limitations:
Describe the solution you'd like
Implementation would solve the issues above by implementing 2 ros2 actions:
ros2 action
.ros2 action
Describe alternatives you've considered
Additional context
Status
rai_node
): execute mission as ros2 action #208text_hmi
): toggle old messages in history #205The text was updated successfully, but these errors were encountered: