A structure capturing configuration of a IMU sensor.
More...
#include <ImuSensorConfiguration.h>
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
int | m_filterSize = 10 |
| Length of filter that removes numerical noise.
|
|
int | m_minFilterSize = 1 |
|
int | m_maxFilterSize = 200 |
|
bool | m_includeGravity = true |
| Include gravity acceleration.
|
|
bool | m_absoluteRotation = true |
| Measure also absolute rotation.
|
|
AZ::Vector3 | m_orientationVariance = AZ::Vector3::CreateZero() |
|
AZ::Vector3 | m_angularVelocityVariance = AZ::Vector3::CreateZero() |
|
AZ::Vector3 | m_linearAccelerationVariance = AZ::Vector3::CreateZero() |
|
A structure capturing configuration of a IMU sensor.
The documentation for this struct was generated from the following file:
- Gems/ROS2/Code/Source/Imu/ImuSensorConfiguration.h