08-29-2024, 05:00 PM
… and to answer your last question: keep/true on all input and append/false on output works, however, it is a bit of waste of resources.
An alternative for your reduced example would be to use keep/false on gyro input and append/true on output.
Computing v_kmh is still possible then: just multiply v_ms (you need keep/true here ) with 3.6 and append it to v_kmh.
An alternative for your reduced example would be to use keep/false on gyro input and append/true on output.
Computing v_kmh is still possible then: just multiply v_ms (you need keep/true here ) with 3.6 and append it to v_kmh.