justinatienza
About
- Username
- justinatienza
- Joined
- Visits
- 11
- Last Active
- Roles
- Member
Comments
-
source.split() index(0).multicast() .to().lowpass((byte) 10).name("x-lpf") .to().delay((byte)10).map(Function2.SUBTRACT, "x-lpf").name("raw-x-lpf") .stream(new Subscriber() { @Override public void apply(Da…
-
@Eric, thank you for your response. I assumed that with the multicast functionality, it allows for the same raw gyroscope data, to then be used and perform different actions on them, so for step 1 it would use the low pass data, and for step 2 …