Part of the code is giving Error
typedef struct baseStationGeometry_s {
vec3d origin;
mat3d mat;
} __attribute__((packed)) baseStationGeometry_t;
ERROR MESSAGE:
../Inc/lighthouse_geomerty.h:20:3: error: unknown type name 'vec3d'
vec3d origin;
^~~~~
../Inc/lighthouse_geomerty.h:21:3: error: unknown type name 'mat3d'
mat3d mat;
^~~~~
The image : https://ibb.co/BG0rDYd
