From 89ed0d65380df93777895d6b9e0859a8311664c4 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 15 Sep 2023 18:50:09 -0700 Subject: [PATCH] revert --- tools/sim/lib/simulated_sensors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sim/lib/simulated_sensors.py b/tools/sim/lib/simulated_sensors.py index 0274c84534..f9d0e6d23c 100644 --- a/tools/sim/lib/simulated_sensors.py +++ b/tools/sim/lib/simulated_sensors.py @@ -125,4 +125,4 @@ class SimulatedSensors: self.send_peripheral_state() self.last_perp_update = now - self.send_camera_images(world) + self.send_camera_images(world) \ No newline at end of file