From f7b5d3ec187135e76ca9232f8841ee0c9ef5f5a1 Mon Sep 17 00:00:00 2001
From: Federico Lolli <federico.lolli@skywarder.eu>
Date: Thu, 21 Mar 2024 18:41:38 +0100
Subject: [PATCH] Added tdl sample file

---
 down-spiraling.tdl | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 down-spiraling.tdl

diff --git a/down-spiraling.tdl b/down-spiraling.tdl
new file mode 100644
index 0000000..ab0464d
--- /dev/null
+++ b/down-spiraling.tdl
@@ -0,0 +1,27 @@
+= [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