aboutsummaryrefslogtreecommitdiff
path: root/behaviors/XYMove.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-25 14:07:05 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-25 14:07:05 -0500
commitad8ad25072f55413ecfd696eff1e07c1cd08984e (patch)
tree98eae0d23f8def7765b490d8d37e9716628aed60 /behaviors/XYMove.py
parent2019fb2895237aa9d86450daaf6d90831189fc13 (diff)
Fancy param modification
Diffstat (limited to 'behaviors/XYMove.py')
-rw-r--r--behaviors/XYMove.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/behaviors/XYMove.py b/behaviors/XYMove.py
index 8acbba8..1b99ee1 100644
--- a/behaviors/XYMove.py
+++ b/behaviors/XYMove.py
@@ -6,6 +6,7 @@ class XYMove(Behavior):
for loc in sensor:
oploc = dict(loc)
self.insertStepIfMissing(oploc)
+ print oploc['YStep']
oploc['Location'] = Geo.addLocations((oploc['XStep'], oploc['YStep']), oploc['Location'])
ret.append(oploc)
return (ret, [])