mad-location-manager-lib 1.0
Library for fusing GPS and ENU accelerometer data
|
This repository contains 2 parts:
estimate covariance matrix
(P)Thes is CMake-based project. To build it, use the following commands:
Then run build/mlm_visualizer
Then run build/filter_unit_tests
Then find documentation in build/docs
folder
See filter/mlm.h
and filter/sensor_data.h
for details. But overall, the process looks like this:
mlm
.mlm
(bool process_acc_data(const enu_accelerometer &acc, double time_sec);
)mlm
(void process_gps_data(const gps_coordinate &gps, double time_sec);
)mlm
(gps_coordinate predicted_coordinate() const;
)An example of all steps described above can be found here An example of how to build Android is in wiki
MIT License
Copyright (c) 2025 Mad Devs
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.