From afc0ff2dbadb6474acb18b7eec0ab647429ae1c5 Mon Sep 17 00:00:00 2001 From: Federico Lolli <federico.lolli@skywarder.eu> Date: Mon, 30 Sep 2024 17:37:39 +0200 Subject: [PATCH] removed tdl file saved by mistake --- down-spiraling.tdl | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 down-spiraling.tdl diff --git a/down-spiraling.tdl b/down-spiraling.tdl deleted file mode 100644 index ab0464d..0000000 --- a/down-spiraling.tdl +++ /dev/null @@ -1,27 +0,0 @@ -= [REF] -\ x: 0 -\ y: 0 -\ z: 0 -| -@ T0 -| -# [position.parametric] -\ x: 1.5t -\ y: 0 -\ z: 40t^0.1 -| -@ T+20 ~ 5Hz -| -# [position.parametric] -\ x: t -\ y: 1.41^(0.5t) - 1 -\ z: 0 -| -@ T+40 ~ 5Hz -| -# [position.parametric] -\ x: (-0.75t+30)*cos(-0.3t)-30 -\ y: (-0.75t+30)*sin(0.3t) -\ z: -1.34t -| -@ T+80 ~ 5Hz -- GitLab