MRAS
Multi Rocket Avionics System
|
Message sent by the gyroscope to the system. More...
#include <GyroDataMsg.h>
Public Attributes | |
Vector< float, 3 > | gyro = {0, 0, 0} |
The angular velocity in rad/s. | |
Additional Inherited Members | |
Public Member Functions inherited from SystemMessage | |
SystemMessage (SystemMessageType type) | |
SystemMessageType | get_type () |
Get the type of the message. | |
Protected Attributes inherited from SystemMessage | |
SystemMessageType | type |
Message sent by the gyroscope to the system.
The units of the angular velocity are rad/s and are stored as a Vector<float, 3>
Vector<float, 3> GyroDataMsg::gyro = {0, 0, 0} |
The angular velocity in rad/s.
The angular velocity is stored as a Vector<float, 3> where the first element is the x-axis, the second is the y-axis and the third is the z-axis