From 1479b454e7872e10acd8e3835d6b829d0c070d87 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 21 Nov 2019 17:20:56 +0100 Subject: [PATCH] Script execution --- script/test_movement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test_movement.py b/script/test_movement.py index 9221e613..0db337c3 100644 --- a/script/test_movement.py +++ b/script/test_movement.py @@ -17,7 +17,7 @@ class PhysicalLocation(): ManipulatorPhi.move(self.phi) #VARS -sample = PhysicalLocation(-4.1,-0.5,115.1,51.0,0.8,-90) +sample = PhysicalLocation(-4.1,-0.5,115.1,-8.8,0.7,-90) goldReference = PhysicalLocation(-3.4,4.4,111.6,-8.8,0.7,90.0) sample.move_to_location()