8#include "wpi/units/angle.hpp"
9#include "wpi/units/angular_velocity.hpp"
47 wpi::units::radians_per_second_t
GetRate()
const;
54 wpi::units::radians_per_second_t
GetRateX()
const;
61 wpi::units::radians_per_second_t
GetRateY()
const;
68 wpi::units::radians_per_second_t
GetRateZ()
const;
105 double m_angleXOffset = 0;
106 double m_angleYOffset = 0;
107 double m_angleZOffset = 0;
A move-only C++ wrapper around a HAL simulator device handle.
Definition SimDevice.hpp:278
C++ wrapper around a HAL simulator double value handle.
Definition SimDevice.hpp:169
wpi::units::radians_per_second_t GetRateX() const
Get the rate of turn in around the X-axis.
wpi::units::radian_t GetAngleZ() const
Get the currently reported angle around the Z-axis.
wpi::units::radian_t GetAngleY() const
Get the currently reported angle around the Y-axis.
wpi::units::radians_per_second_t GetRate() const
Return the rate of rotation of the gyro.
wpi::units::radian_t GetAngleX() const
Get the currently reported angle around the X-axis.
wpi::units::radians_per_second_t GetRateY() const
Get the rate of turn in around the Y-axis.
wpi::units::radian_t GetAngle() const
Return the actual angle in radians that the robot is currently facing.
wpi::units::radians_per_second_t GetRateZ() const
Get the rate of turn around the Z-axis.
void Reset()
Resets the gyro.
Definition RomiGyro.hpp:11