Class to control a simulated ADIS16470 IMU.
More...
#include <frc/simulation/ADIS16470_IMUSim.h>
Class to control a simulated ADIS16470 IMU.
◆ ADIS16470_IMUSim()
frc::sim::ADIS16470_IMUSim::ADIS16470_IMUSim |
( |
const ADIS16470_IMU & |
imu | ) |
|
|
explicit |
◆ SetAccelX()
void frc::sim::ADIS16470_IMUSim::SetAccelX |
( |
units::meters_per_second_squared_t |
accel | ) |
|
Sets the X axis acceleration.
- Parameters
-
◆ SetAccelY()
void frc::sim::ADIS16470_IMUSim::SetAccelY |
( |
units::meters_per_second_squared_t |
accel | ) |
|
Sets the Y axis acceleration.
- Parameters
-
◆ SetAccelZ()
void frc::sim::ADIS16470_IMUSim::SetAccelZ |
( |
units::meters_per_second_squared_t |
accel | ) |
|
Sets the Z axis acceleration.
- Parameters
-
◆ SetGyroAngleX()
void frc::sim::ADIS16470_IMUSim::SetGyroAngleX |
( |
units::degree_t |
angle | ) |
|
Sets the X axis angle (CCW positive).
- Parameters
-
◆ SetGyroAngleY()
void frc::sim::ADIS16470_IMUSim::SetGyroAngleY |
( |
units::degree_t |
angle | ) |
|
Sets the Y axis angle (CCW positive).
- Parameters
-
◆ SetGyroAngleZ()
void frc::sim::ADIS16470_IMUSim::SetGyroAngleZ |
( |
units::degree_t |
angle | ) |
|
Sets the Z axis angle (CCW positive).
- Parameters
-
◆ SetGyroRateX()
void frc::sim::ADIS16470_IMUSim::SetGyroRateX |
( |
units::degrees_per_second_t |
angularRate | ) |
|
Sets the X axis angular rate (CCW positive).
- Parameters
-
angularRate | The angular rate. |
◆ SetGyroRateY()
void frc::sim::ADIS16470_IMUSim::SetGyroRateY |
( |
units::degrees_per_second_t |
angularRate | ) |
|
Sets the Y axis angular rate (CCW positive).
- Parameters
-
angularRate | The angular rate. |
◆ SetGyroRateZ()
void frc::sim::ADIS16470_IMUSim::SetGyroRateZ |
( |
units::degrees_per_second_t |
angularRate | ) |
|
Sets the Z axis angular rate (CCW positive).
- Parameters
-
angularRate | The angular rate. |
The documentation for this class was generated from the following file: