From 0c11f17a7ffb49e41534021d83cd09a0e5430aab Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Sat, 11 Dec 2021 11:45:43 -0500 Subject: [PATCH] clean --- software/rpi/hexapod.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/software/rpi/hexapod.py b/software/rpi/hexapod.py index 890d417..01b714b 100644 --- a/software/rpi/hexapod.py +++ b/software/rpi/hexapod.py @@ -43,14 +43,6 @@ from path_generator import gen_rotatex_path, gen_rotatey_path, gen_rotatez_path from path_generator import gen_twist_path -SIN30 = 0.5 -COS30 = 0.866 -SIN45 = 0.7071 -COS45 = 0.7071 -SIN15 = 0.2588 -COS15 = 0.9659 - - class Hexapod: def __init__(self):