nabled-sensor
Sensor models and state estimation for the nabled Physical AI stack.
nabled-sensor provides linear Kalman filtering, extended Kalman filter scaffolding,
pinhole camera projection, and strapdown IMU integration over ndarray types. Estimation
routines compose nabled-linalg linear algebra and stay independent of nabled-control.
Install
[]
= "0.0.11"
Key modules
kalman: linear Kalman predict/update steps.ekf:EkModeltrait and EKF helpers.camera:PinholeIntrinsicsand projection utilities.imu: strapdown IMU propagation helpers.
Crate graph
- Depends on:
nabled-core,nabled-linalg. - Used by:
nabled-sim, facadenabled(physical-ai).
Optional features
blas,lapack-provider: forwarded tonabled-linalg.openblas-system,openblas-static,netlib-system,netlib-static,magma-system.
[]
= { = "0.0.11", = ["openblas-system"] }
Example
use ;
use arr2;
let state = KalmanState ;
let f = arr2;
let q = arr2;
let predicted = predict?;
let _ = predicted.mean;
Docs
- API docs: https://docs.rs/nabled-sensor
- Workspace repo: https://github.com/MontOpsInc/nabled
- Facade feature:
nabledwithphysical-ai