![]() |
LibMultiSense
LibMultiSense Documentation
|
Info about the available IMU configurations. More...
#include <MultiSenseTypes.hh>
Public Attributes | |
std::string | name {} |
The name of the IMU sensor. More... | |
std::string | device {} |
The name of the IMU chip. More... | |
std::vector< ImuRate > | rates {} |
The available rates supported by this operating mode. More... | |
std::vector< ImuRange > | ranges {} |
The available ranges supported by this operating mode. More... | |
Info about the available IMU configurations.
Definition at line 1583 of file MultiSenseTypes.hh.
std::string multisense::MultiSenseInfo::ImuInfo::Source::device {} |
The name of the IMU chip.
Definition at line 1593 of file MultiSenseTypes.hh.
std::string multisense::MultiSenseInfo::ImuInfo::Source::name {} |
The name of the IMU sensor.
Definition at line 1588 of file MultiSenseTypes.hh.
std::vector<ImuRange> multisense::MultiSenseInfo::ImuInfo::Source::ranges {} |
The available ranges supported by this operating mode.
Definition at line 1603 of file MultiSenseTypes.hh.
std::vector<ImuRate> multisense::MultiSenseInfo::ImuInfo::Source::rates {} |
The available rates supported by this operating mode.
Definition at line 1598 of file MultiSenseTypes.hh.