From c64c1d22c9725bc992e61cc5525b7b0b2a362d70 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 8 Feb 2018 17:15:58 +0100 Subject: [PATCH] Script execution --- script/test/ManipulatorScanKei.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/ManipulatorScanKei.py b/script/test/ManipulatorScanKei.py index 769723a8..4f39563a 100644 --- a/script/test/ManipulatorScanKei.py +++ b/script/test/ManipulatorScanKei.py @@ -10,7 +10,7 @@ RELATIVE (BOOLEAN) """ MOTOR = (ManipulatorY) -SENSORS (SampleCurrent, RefCurrent) +SENSORS = (SampleCurrent, RefCurrent) RANGE = (-0.5, 0.5) STEPS = 10 LATENCY = 0.5