From f57cbe66646f7176218d2d19736d4e5ddc5ada78 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 21 Nov 2019 17:11:30 +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 30bb34f5..b365dc9d 100644 --- a/script/test_movement.py +++ b/script/test_movement.py @@ -1,5 +1,5 @@ -class PhysicalLoction(): +class PhysicalLocation(): def __init__(self, X, Y, Z, theta, tilt, phi): self.X = X self.Y = Y