Skip to content

Commit

Permalink
Stop saving images
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonqq committed Mar 18, 2024
1 parent 118fdfe commit 844ade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/copilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 98,7 @@ def run(self):
prev_cycle_time = current_cycle_time
logging.debug("recv image from: {}".format(image_time))
# self.process(image)
self._blackbox.log_image(image)
# self._blackbox.log_image(image)

logging.debug(
"process time: %.2f ms"
Expand Down

0 comments on commit 844ade7

Please sign in to comment.