You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize that this library is likely intended for lower-level use, but I was wondering if it might be of interest to make some level of preliminary sensor fusion across the onboard sensors used for attitude available directly. The examples have some methods like Navigator::read_all() return SensorData containing several first-party AxisData structs. For some other IMU/AHRS-related crates, those sensors instead return something like a mint::Quaternion or EulerAngles, which are generally more useful for the implementation of autopilots or other autonomy-related code. I know I'd be interested in being able to access something similar using the Navigator's hardware!