Solrac3589

Results 3 comments of Solrac3589

I have seen ( [here](https://github.com/maddevsio/mad-location-manager/blob/master/C/src/GPSAccKalman.cpp#L24) ) that you are considering measurement to be 4 (so, velocities also). Therefor, should be as easy as change the measurement dimensions sended ( [here](https://github.com/maddevsio/mad-location-manager/blob/master/C/src/GPSAccKalman.cpp#L16)...

If someone search a fast solution, I managed to decode it in 2 steps. lets imagine, our uint8[] is result.pose: 1- var p = atob(result.pose); With this, the variable is...

If someone search a fast solution, I managed to decode it in 2 steps. lets imagine, our uint8[] is result.pose: 1- var p = atob(result.pose); With this, the variable is...