IMUEx
Drop-in replacement for an Inertial Measurement Unit that provides WPIUnit data through fields and yaw domain, while implementing lazy loading compatible with RoadRunner.
This class supports different readings of IMU measurement, such as an unrestricted domain on heading reads, while also being able to provide IMU units in terms of WPIUnits.
This class is also down-castable to the Universal IMU Interface. Note that all data in this class is retrieved via the run method, which is auto-called when the conventional IMU methods are called. Threading capabilities do exist for IMUEx, however, they are dangerous operations.
Since this class is down-castable, it also can be used as a HardwareDevice and serves as drop-in replacements for the IMU and LazyImu interfaces.
Field-exposed angles from this class are intrinsic. Read more in the YawPitchRollAngles and Orientation classes.
This class also fuses the old DynIMU to expose LazyImu interface by taking a reference to an uninitialised IMU object and initialising it on the first call to a method.
As of v7.0.0, IMUEx is the standard IMU recommended for use in BunyipsLib, as it implements both LazyImu and IMU. A read refresh rate can also be specified via setRefreshRate.
Author
Lucas Bubner, 2025
Since
7.0.0