aboutsummaryrefslogtreecommitdiff
path: root/behaviors/AllPixelsLeft.py
diff options
context:
space:
mode:
Diffstat (limited to 'behaviors/AllPixelsLeft.py')
-rw-r--r--behaviors/AllPixelsLeft.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/behaviors/AllPixelsLeft.py b/behaviors/AllPixelsLeft.py
index b48bfc1..b223156 100644
--- a/behaviors/AllPixelsLeft.py
+++ b/behaviors/AllPixelsLeft.py
@@ -2,6 +2,7 @@ from operationscore.Behavior import *
import util.ComponentRegistry as compReg
import pdb
class AllPixelsLeft(Behavior):
+ """Behavior which returns all points left of its input. No Args."""
def processResponse(self, sensorInputs, recursiveInputs):
for sensory in sensorInputs:
xLoc = sensory['Location'][0]