Information about the IMU onboard the MultiSense. More...
#include <MultiSenseTypes.hh>
Classes | |
struct | Source |
Info about the available IMU configurations. More... | |
Public Attributes | |
std::optional< Source > | accelerometer = std::nullopt |
Configuration specific to the accelerometer. More... | |
std::optional< Source > | gyroscope = std::nullopt |
Configuration specific to the gyroscope. More... | |
std::optional< Source > | magnetometer = std::nullopt |
Configuration specific to the magnetometer. More... | |
Information about the IMU onboard the MultiSense.
Definition at line 1593 of file LibMultiSense/include/MultiSense/MultiSenseTypes.hh.
std::optional<Source> multisense::MultiSenseInfo::ImuInfo::accelerometer = std::nullopt |
Configuration specific to the accelerometer.
Definition at line 1624 of file LibMultiSense/include/MultiSense/MultiSenseTypes.hh.
std::optional<Source> multisense::MultiSenseInfo::ImuInfo::gyroscope = std::nullopt |
Configuration specific to the gyroscope.
Definition at line 1629 of file LibMultiSense/include/MultiSense/MultiSenseTypes.hh.
std::optional<Source> multisense::MultiSenseInfo::ImuInfo::magnetometer = std::nullopt |
Configuration specific to the magnetometer.
Definition at line 1634 of file LibMultiSense/include/MultiSense/MultiSenseTypes.hh.