NordVision builds and signs the classifier bundles the fleet runs on.
NordVision ships the large-animal and pedestrian classifier for the Black Swan Automotive programme. Vehicles fetch bundles over the air and verify their signature before applying them.
| bundle | module | signing |
|---|---|---|
animal_detection | nv-cls | signed |
pedestrian_detection | nv-cls | signed |
Vehicles pull bundles automatically, and a bundle can be pushed to a single vehicle by VIN. A pushed bundle is accepted only if its HMAC signature verifies.
| field | meaning |
|---|---|
vin | target vehicle |
feature | classifier module |
sig | bundle signature |
POST /api/v1/vehicle/ota
Bundles are produced by continuous integration and signed automatically before release. Pipeline dashboards are staff only.