LibMultiSense
LibMultiSense Documentation
multisense::ImuSample::Measurement Struct Reference

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. More...
 
float y = 0.0f
 Measurement on the y-axis of the sensor. More...
 
float z = 0.0f
 Measurement on the z-axis of the sensor. More...
 

Detailed Description

A generic measurement for a 3-axis IMU.

Definition at line 370 of file MultiSenseTypes.hh.

Member Data Documentation

◆ x

float multisense::ImuSample::Measurement::x = 0.0f

Measurement on the x-axis of the sensor.

Definition at line 375 of file MultiSenseTypes.hh.

◆ y

float multisense::ImuSample::Measurement::y = 0.0f

Measurement on the y-axis of the sensor.

Definition at line 380 of file MultiSenseTypes.hh.

◆ z

float multisense::ImuSample::Measurement::z = 0.0f

Measurement on the z-axis of the sensor.

Definition at line 385 of file MultiSenseTypes.hh.


The documentation for this struct was generated from the following file: