Episode: {{ state.episode_number }}
{% if state.collecting -%}
Collecting
{% else -%}
Idle
{% endif -%}
Arm
L: {{ state.arm_status_left | upper }}
R: {{ state.arm_status_right | upper }}
{% if state.arm_status_right == "stopped" and state.arm_status_left == "stopped" -%}
{% else -%}
{% endif -%}
Task: {{ state.task_index }}
({{ state.task_title }})
{% if state.collecting -%}
{% else -%}
{% endif -%}
Camera streams
wrist R -- Hz Δ -- ms
wrist L -- Hz Δ -- ms
head L -- Hz Δ -- ms
head R -- Hz Δ -- ms
ceiling -- Hz Δ -- ms
VR stream (raw UDP)
VR -- Hz Δ -- ms
{% if state.running -%}
{% endif -%}