Hi Bogdan, Thank you for your helps. Now, I mostly have managed this library on android NDK as mini version (attached) I can call library on android as share library. However, I have some questions that need your helps. When I tried to run an sample usages code below: Multilateration multi; bvec method(4); method.zeros();//spherical multilateration mat bs_pos = randn(3, 4);//four BSs multi.setup(method, bs_pos); vec measures(4); //measures are generated following TOA ranging method (see unit tests...
Ok, I got it. Thank you for your helps.
Hi Bogdan, Thank you for your helps. I tried to compile IT++ on mobile phone but it looks seem so complex for me. Then I tried to use other approach. I just want to use some function in this class https://sourceforge.net/p/itpp/svn/1946/tree/itpp/trunk/itpp/comm/multilateration.h, then I copied that class and some class related there into seperate project and try to combine. However, I missed file "itpp/itexports.h", I only saw "itpp/itexports.h.cmake". So what should i do to get "itpp/itexports.h"...
Hi Guys, I'm interesting with this library which could be helpful for calculation distance, position. I'm looking this file https://sourceforge.net/p/itpp/svn/HEAD/tree/itpp/trunk/itpp/comm/multilateration.h#l4 and I see some helpful function . My question is that we can compile this library for mobile and load it into Android/iOS for using? More information: I'm working one tag management where I have a tracking system, I can get bluetooth signal from each tag and I will try to measurea distance...