47 units::radians_per_second_t
GetRate()
const;
105 double m_angleXOffset = 0;
106 double m_angleYOffset = 0;
107 double m_angleZOffset = 0;
Use a rate gyro to return the robots heading relative to a starting position.
Definition RomiGyro.h:24
void Reset()
Resets the gyro.
units::radians_per_second_t GetRate() const
Return the rate of rotation of the gyro.
units::radians_per_second_t GetRateZ() const
Get the rate of turn around the Z-axis.
units::radian_t GetAngleX() const
Get the currently reported angle around the X-axis.
units::radians_per_second_t GetRateX() const
Get the rate of turn in around the X-axis.
units::radians_per_second_t GetRateY() const
Get the rate of turn in around the Y-axis.
units::radian_t GetAngle() const
Return the actual angle in radians that the robot is currently facing.
units::radian_t GetAngleZ() const
Get the currently reported angle around the Z-axis.
units::radian_t GetAngleY() const
Get the currently reported angle around the Y-axis.
A move-only C++ wrapper around a HAL simulator device handle.
Definition SimDevice.h:645
C++ wrapper around a HAL simulator double value handle.
Definition SimDevice.h:536