RPLiDAR-DiscordEdit-Jan20.3.toe (21.8 KB)
I’m running into a bit of an issue getting blob tracking data to persist after a blob disappears. I’m hoping to retain the X, Y, & Active values from the last blob tracked in Row 1 of the Blob Track DAT. In a situation where all there are no blobs present, I would want to retain the last set of values from row 1 until a new blob appeared.
In the attached .toe I’m gathering RPLiDAR data from a Slamtec A1M8, sending it through an instancing network, then running blob tracking on it, before shipping the CHOP data off to another .toe that’s handling the projected visuals. Currently all the logic after the blob tracking DAT is created in CHOPs, I’m guessing that DAT logic might be the solution here, but haven’t been able to figure it out yet. Thanks for any advice