aboutsummaryrefslogtreecommitdiff
path: root/behaviors/Expand.py
diff options
context:
space:
mode:
Diffstat (limited to 'behaviors/Expand.py')
-rw-r--r--behaviors/Expand.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/behaviors/Expand.py b/behaviors/Expand.py
index 3415966..323e71f 100644
--- a/behaviors/Expand.py
+++ b/behaviors/Expand.py
@@ -1,5 +1,9 @@
from operationscore.Behavior import *
class Expand(Behavior):
+ """Expand is a behavior that generates a response that grows horizontally starting a location
+ specifed in input. Required Args:
+ <ExpandRate>123</ExpandRate> which is the expandrate in units/response"""
+
def processResponse(self, sensorInputs, recurs):
ret = []
for data in sensorInputs: