USB Calibration Required
{#if pendingUSBConnection}
(for {pendingUSBConnection === "consumer" ? "Consumer" : "Producer"})
{/if}
Before connecting USB drivers, the robot needs to be calibrated to map its physical range
to software values.
{#if getUSBDriver()}
{:else}
No USB driver available for calibration
{/if}