From 5bdf6db63a4303309081fb5f0c65b5209154ce34 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 21 Nov 2019 18:09:26 +0100 Subject: [PATCH] Script execution --- script/test_movement.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test_movement.py b/script/test_movement.py index 0db337c3..dd97a9d7 100644 --- a/script/test_movement.py +++ b/script/test_movement.py @@ -19,6 +19,7 @@ class PhysicalLocation(): #VARS 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) +dosing = PhysicalLocation(-4.1,-0.5,115.1,51.0,0.7,-903 sample.move_to_location()