We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83603ff commit 04dd8b6Copy full SHA for 04dd8b6
behavior_metrics/brains/f1/brain_f1_opencv.py
@@ -116,7 +116,7 @@ def execute(self):
116
if (timestamp - self.previous_timestamp >= 0.085):
117
self.previous_image = self.camera.getImage().data
118
'''
119
- image = self.previous_image
+ #image = self.previous_image
120
121
image = self.camera.getImage().data
122
if image.shape == (3, 3, 3):
0 commit comments