anlei
About
- Username
- anlei
- Joined
- Visits
- 2
- Last Active
- Roles
- Member
Comments
-
I know that sensor data is noisy and how to deal with that. My question is: is this orientation dependent error something that is normal behaviour of this sensor or it could it be a faulty sensor? I have tested with two different MetaMotion and have…
-
I'm looking at the same problem as @Aiman is. My issue is the behaviour of the accelerometer when it comes to measuring gravity when the sensor is not moved at all. I would have expected measurements with noise but around 1g. In reality it is quite …
-
Ok, seems this was an issue with creation of the subscriber. The way it works for me: dataProducer?.addRouteAsync { it.stream { data, env -> // do stuff with data and env here } } I don't really know why it works this way a…
-
@calfilmmaker Have you solved this issue?
-
According to this SO answer: https://stackoverflow.com/questions/49051861/passing-null-as-part-of-vararg-parameter-to-java-method-from-kotlin it could also be a null return value. No idea though how this would be the case here, as apply does not re…
-
I'm having the same issue. The Subscriber interface defines the apply method like this: void apply(Data data, Object ... env); But then seems to proceed to invoke it with null for the second parameter. Question is why this is happening. This pa…