Servo positions
| joint | steps |
|---|---|
| {{ name }} | {{ steps }} |
Last OAK-D frame
E-stop
{{ "🛑 SET" if estop_set else "✅ clear" }}
Recent tool calls
-
{% for e in tool_calls %}
-
{{ '%.0f' % e.ts }}
{{ e.kind }}{{ e.data.get('capability') or e.data.get('tool') or '' }} {% if e.kind == 'tool.result' %}→ {{ e.data.get('status') }}{% endif %}
{% endfor %}