![]() |
LibMultiSense
LibMultiSense Documentation
|
A generic measurement for a 3-axis IMU. More...
#include <MultiSenseTypes.hh>
Public Attributes | |
| float | x = 0.0f |
| Measurement on the x-axis of the sensor. | |
| float | y = 0.0f |
| Measurement on the y-axis of the sensor. | |
| float | z = 0.0f |
| Measurement on the z-axis of the sensor. | |
A generic measurement for a 3-axis IMU.
Definition at line 407 of file MultiSenseTypes.hh.
| float multisense::ImuSample::Measurement::x = 0.0f |
Measurement on the x-axis of the sensor.
Definition at line 412 of file MultiSenseTypes.hh.
| float multisense::ImuSample::Measurement::y = 0.0f |
Measurement on the y-axis of the sensor.
Definition at line 417 of file MultiSenseTypes.hh.
| float multisense::ImuSample::Measurement::z = 0.0f |
Measurement on the z-axis of the sensor.
Definition at line 422 of file MultiSenseTypes.hh.