#include <osvr/Kalman/ConstantProcess.h>
A simple process model for a "constant" process: all prediction does at most is bump up the uncertainty. Since it's widely applicable, it's templated on state type.
One potential application is for beacon autocalibration in a device filter.
Definition at line 45 of file ConstantProcess.h.