Skip to content

Commit

Permalink
defined heatershaker deactivate time
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed Apr 24, 2024
1 parent 242e5ab commit 6e8c480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abr-testing/abr_testing/data_collection/read_robot_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e8c480

Please sign in to comment.