Skip to content

helloric/helloric_ui_com

Repository files navigation

HelloRIC UI Communication

Connects the UI (websocket) with the backend-LLM via ROS 2 messages.

sequenceDiagram
    Browser-->>+websocket: connects
    Note left of websocket: msg.add generates unique_id for new client
    websocket->>+Browser: {emotion: 0, speaking: False} (new_client)
    Browser->>+websocket: {'audio_data': ...}
    websocket->>+ROS: /microphone:String (audio Publisher)
    ROS->>ROS: LLM
    ROS->>+websocket: /websocket/play_audio:PlayAudio (audio_receiver Subscriber)
    websocket->>+Browser: {'text', 'b64audio', 'is_pause', 'is_move', 'emotion'}

Loading

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •