aboutsummaryrefslogtreecommitdiff
path: root/behaviors/MoveBehavior.py
diff options
context:
space:
mode:
authorGravatar eugue <eug.sun@gmail.com>2011-01-27 17:31:02 -0500
committerGravatar eugue <eug.sun@gmail.com>2011-01-27 17:31:02 -0500
commit32fdbbb7512576cb8a54556640b18be160d655d1 (patch)
treec776387e432ef11cbe801745f881e515dd0706c4 /behaviors/MoveBehavior.py
parent328464219a02c014caf1608a27a898900cad8456 (diff)
parent5fb3ea060025241105dc8e9a174513c112f9a133 (diff)
Merge branch 'biginstall' of github.com:rcoh/SmootLight into mobileapp
Diffstat (limited to 'behaviors/MoveBehavior.py')
-rw-r--r--behaviors/MoveBehavior.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/behaviors/MoveBehavior.py b/behaviors/MoveBehavior.py
index be41b52..e504ca9 100644
--- a/behaviors/MoveBehavior.py
+++ b/behaviors/MoveBehavior.py
@@ -4,6 +4,9 @@ from operationscore.Behavior import *
#import util.Strings as Strings
class MoveBehavior(Behavior):
+ """Moves current location by the x and y components of sensorInput. Uses recurrences to track
+ current input. @Author: Euguene"""
+
def processResponse(self, sensorInputs, recursiveInputs):
if recursiveInputs:
currRecLocs = recursiveInputs