![]() |
LibMultiSense
LibMultiSense Documentation
|
The range for each sensor along with the corresponding sampling resolution. More...
#include <MultiSenseTypes.hh>
Public Member Functions | |
| bool | operator== (const ImuRange &rhs) const |
| Equality operator. | |
Public Attributes | |
| float | range = 0.0f |
| The max value the sensor can return. | |
| float | resolution = 0.0f |
| The min resolution the sensor can return. | |
The range for each sensor along with the corresponding sampling resolution.
Definition at line 490 of file MultiSenseTypes.hh.
Equality operator.
Definition at line 505 of file MultiSenseTypes.hh.
| float multisense::ImuRange::range = 0.0f |
The max value the sensor can return.
This value is +/- units for the given source
Definition at line 495 of file MultiSenseTypes.hh.
| float multisense::ImuRange::resolution = 0.0f |
The min resolution the sensor can return.
In units per LSB
Definition at line 500 of file MultiSenseTypes.hh.