-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Android
Zero motion detector for inertial sensors
Zero motion detection for low cost MEMS units is an extremely important topic that has not received enough attention in the navigation community. For most low-cost inertial navigation applications, the only aiding source that can be used to limit the … Continue reading
Posted in Android, IMU, INS, zero motion
Tagged inertial sensors, zero motion detector
Leave a comment
A note on the strapdown algorithms
Probably you have noticed that the strapdown implementations in the toolkit directly use the sensor outputs to compute the body updates. For instance, accelerometer outputs (a) are multiplied by the DCM (C) and then added to the velocity state. Those … Continue reading
Posted in Android, IMU, INS
Leave a comment
Implementing a GPS/INS without a math-coprocessor
Recently, I have implemented (embedded) a GPS-INS system in the native environment of my Android phone (a 2.5 years old HTC Hero). The embedded navigation code is capable of processing external inertial sensor and GPS outputs sent to the device … Continue reading
Posted in Android, INS
Leave a comment