From 6e8c48034fc7c32685ca5dcb1f68b31a163dc5be Mon Sep 17 00:00:00 2001 From: rclarke0 Date: Wed, 24 Apr 2024 13:03:04 -0400 Subject: [PATCH] defined heatershaker deactivate time --- abr-testing/abr_testing/data_collection/read_robot_logs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/abr-testing/abr_testing/data_collection/read_robot_logs.py b/abr-testing/abr_testing/data_collection/read_robot_logs.py index bdfd24f0edc..bd84ee3055e 100644 --- a/abr-testing/abr_testing/data_collection/read_robot_logs.py +++ b/abr-testing/abr_testing/data_collection/read_robot_logs.py @@ -75,6 +75,7 @@ def hs_commands(file_results: Dict[str, Any]) -> Dict[str, float]: hs_temps: Dict[str, float] = dict() temp_time = None shake_time = None + deactivate_time = None for command in commandData: commandType = command["commandType"] # Heatershaker