Structure of physical sensor sample data using 3 axis. More...
#include <physical_command.h>
Public Attributes | |
float | ax |
float | ay |
float | az |
Structure of physical sensor sample data using 3 axis.
float ax |
Acceleration sensor: X axis standard gravity acceleration. The unit is [G]. Magnetometer sensor: Northward component, X. The unit is [uT].
float ay |
Acceleration sensor: Y axis standard gravity acceleration. The unit is [G]. Magnetometer sensor: Northward component, Y. The unit is [uT].
float az |
Acceleration sensor: Z axis standard gravity acceleration. The unit is [G]. Magnetometer sensor: Northward component, Z. The unit is [uT].