43  void SetRate(units::degrees_per_second_t rate);
 
 
Use a rate gyro to return the robots heading relative to a starting position.
Definition ADXRS450_Gyro.h:32
 
Class to control a simulated ADXRS450 gyroscope.
Definition ADXRS450_GyroSim.h:22
 
void SetAngle(units::degree_t angle)
Sets the angle.
 
ADXRS450_GyroSim(const ADXRS450_Gyro &gyro)
Constructs from a ADXRS450_Gyro object.
 
void SetRate(units::degrees_per_second_t rate)
Sets the angular rate (clockwise positive).
 
C++ wrapper around a HAL simulator double value handle.
Definition SimDevice.h:536