feat(perception): integrate calibrated operator pipeline
Add calibrated K1 projection, recorded and near-live perception qualification, unified Rerun operator layers, bounded replay admission, audited viewer controls, worker experiments, and lab evidence.
This commit is contained in:
@@ -156,12 +156,12 @@ def _validate_connection_modes(scope: dict[str, Any]) -> None:
|
||||
"quick-connect": {
|
||||
"topology": "device-ap",
|
||||
"direction": "controller-joins-k1-network",
|
||||
"device_network_action": "none",
|
||||
"host_network_action": "single-corewlan-association",
|
||||
"target_address_policy": "reviewed-fixed-k1-ap-private-ipv4",
|
||||
"acceptance": (
|
||||
"lixelgo-data-plane-observed-mission-core-physical-acceptance-pending"
|
||||
"device_network_action": "single-reviewed-ble-ap-activation-write",
|
||||
"host_network_action": (
|
||||
"exact-firmware-provider-and-single-corewlan-association"
|
||||
),
|
||||
"target_address_policy": "reviewed-fixed-k1-ap-private-ipv4",
|
||||
"acceptance": "prepared-macos-host-physical-accepted",
|
||||
},
|
||||
}
|
||||
if set(modes) != set(expected):
|
||||
|
||||
Reference in New Issue
Block a user