Class to control a simulated ADXRS450 gyroscope.
More...
#include <frc/simulation/ADXRS450_GyroSim.h>
Class to control a simulated ADXRS450 gyroscope.
◆ ADXRS450_GyroSim()
| frc::sim::ADXRS450_GyroSim::ADXRS450_GyroSim |
( |
const ADXRS450_Gyro & | gyro | ) |
|
|
explicit |
◆ SetAngle()
| void frc::sim::ADXRS450_GyroSim::SetAngle |
( |
units::degree_t | angle | ) |
|
Sets the angle.
- Parameters
-
| angle | The angle (clockwise positive). |
◆ SetRate()
| void frc::sim::ADXRS450_GyroSim::SetRate |
( |
units::degrees_per_second_t | rate | ) |
|
Sets the angular rate (clockwise positive).
- Parameters
-
The documentation for this class was generated from the following file: