Data Collection

@BaSiSa i have not used the data recorder much myself, so not sure if the following suggestions is relevant or helpful. @dennis.lynch had created two examples that might be useful for fixed frame and time interval with on_frame and on_time in SDG:

The example he mentioned above can be found on the repo in which he’s built two triggers.

The first triggers the dropping of the fruit. The second trigger is an on_frame trigger that controls the Writer, and will only trigger at the “end” of our physics simulation

the other example in the repo related to intervals is on_time for randomization, which isn’t really tied to the frame output but might still worth checking out how it can be utilized: