📦 Moves math utils

This commit is contained in:
Rune Harlyk
2024-11-14 15:45:43 +01:00
parent 66b1b8fa1b
commit 9c600f0773
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef Kinematics_h
#define Kinematics_h
#include <MathUtils.h>
#include <utils/math_utils.h>
struct body_state_t {
float omega, phi, psi, xm, ym, zm;