From 8faf1fb3af2b170d30c5525012a0992b38bb80c7 Mon Sep 17 00:00:00 2001 From: Radzhab Bisultanov Date: Thu, 5 Mar 2026 15:34:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D1=8B=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B4=D0=BB=D1=8F=20=D1=80?= =?UTF-8?q?=D0=B5=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BA?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D0=B5=D1=80=D0=BD=D0=B8=D0=BE=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/INS/geometry/quaternion.c | 4 ++++ Source/INS/geometry/quaternion.h | 10 ++++++++++ drone.ewp | 13 +++++++++++++ drone.ewt | 12 ++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 Source/INS/geometry/quaternion.c create mode 100644 Source/INS/geometry/quaternion.h diff --git a/Source/INS/geometry/quaternion.c b/Source/INS/geometry/quaternion.c new file mode 100644 index 0000000..27e3f04 --- /dev/null +++ b/Source/INS/geometry/quaternion.c @@ -0,0 +1,4 @@ +#include "quaternion.h" + + + diff --git a/Source/INS/geometry/quaternion.h b/Source/INS/geometry/quaternion.h new file mode 100644 index 0000000..9e90631 --- /dev/null +++ b/Source/INS/geometry/quaternion.h @@ -0,0 +1,10 @@ +#pragma once + +#ifndef QUATERNION_H +#define QUATERNION_H + + + + +#endif + diff --git a/drone.ewp b/drone.ewp index def56da..50f8277 100644 --- a/drone.ewp +++ b/drone.ewp @@ -362,6 +362,7 @@ $PROJ_DIR$\Source\Core\Inc $PROJ_DIR$\Source\BSP\Inc $PROJ_DIR$\Source\Control\Inc + $PROJ_DIR$\Source\INS\geometry