25 #ifndef INCLUDED_ModelTypes_h_GUID_F873E106_09BF_41A7_B7C7_CCE59466A590 26 #define INCLUDED_ModelTypes_h_GUID_F873E106_09BF_41A7_B7C7_CCE59466A590 43 using BodyState = kalman::pose_externalized_rotation::State;
44 using BodyProcessModel =
47 using BeaconState = kalman::PureVectorState<3>;
48 using BeaconStatePtr = std::unique_ptr<BeaconState>;
49 using BeaconStateVec = std::vector<BeaconStatePtr>;
53 #endif // INCLUDED_ModelTypes_h_GUID_F873E106_09BF_41A7_B7C7_CCE59466A590 The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
A basically-constant-velocity model, with the addition of some damping of the velocities inspired by ...
Definition: PoseSeparatelyDampedConstantVelocity.h:43