77 void SetAccelX(units::meters_per_second_squared_t accel);
84 void SetAccelY(units::meters_per_second_squared_t accel);
91 void SetAccelZ(units::meters_per_second_squared_t accel);
Use DMA SPI to read rate, acceleration, and magnetometer data from the ADIS16448 IMU and return the r...
Definition: ADIS16448_IMU.h:55
Class to control a simulated ADIS16448 IMU.
Definition: ADIS16448_IMUSim.h:21
void SetGyroAngleZ(units::degree_t angle)
Sets the Z axis angle (CCW positive).
void SetGyroRateX(units::degrees_per_second_t angularRate)
Sets the X axis angular rate (CCW positive).
void SetGyroRateY(units::degrees_per_second_t angularRate)
Sets the Y axis angular rate (CCW positive).
void SetGyroAngleY(units::degree_t angle)
Sets the Y axis angle (CCW positive).
void SetAccelX(units::meters_per_second_squared_t accel)
Sets the X axis acceleration.
void SetAccelZ(units::meters_per_second_squared_t accel)
Sets the Z axis acceleration.
ADIS16448_IMUSim(const ADIS16448_IMU &imu)
Constructs from a ADIS16448_IMU object.
void SetGyroRateZ(units::degrees_per_second_t angularRate)
Sets the Z axis angular rate (CCW positive).
void SetGyroAngleX(units::degree_t angle)
Sets the X axis angle (CCW positive).
void SetAccelY(units::meters_per_second_squared_t accel)
Sets the Y axis acceleration.
C++ wrapper around a HAL simulator double value handle.
Definition: SimDevice.h:533
Definition: AprilTagPoseEstimator.h:15