Skip to content

Commit

Permalink
HITL - Networked UI system (#2041)
Browse files Browse the repository at this point in the history
* Add new networked UI system.

* Add UI toggle.

* Add docstrings.

* Consolidate UI updates per-canvas.

* Add docstrings.
  • Loading branch information
0mdc authored and zephirefaith committed Aug 28, 2024
1 parent 7f3a4a8 commit 448dbd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/hitl/rearrange_v2/rearrange_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ def _update_ui_overlay(self, user_index: int):

status_str = ""
# the multi-agent case
status_str = ""
if (
self._users.max_user_count > 1
and self._user_data[
Expand Down

0 comments on commit 448dbd2

Please sign in to comment.