Could you clarify why you wrote in test_semantic_lydar ``` # Check whether it's time for sensor to capture data if time_sim >= 1 ... time_sim = time_sim + settings.fixed_delta_seconds ``` Why do you capture data only every 1 second?
Could you clarify why you wrote in test_semantic_lydar
Why do you capture data only every 1 second?