Go to the documentation of this file.
50 defineOptionalProperty<std::string>(
"deviceConnection",
"/dev/ttyUSB0",
"");
52 defineOptionalProperty<std::string>(
"frequency",
"",
"");
53 defineOptionalProperty<std::string>(
"maxPendingEvents",
"",
"");
54 defineOptionalProperty<bool>(
"EnableSimpleCalibration",
false,
"");
void onInitIMU() override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
void onExitIMU() override
void frameAcquisitionTaskLoop()
void onStartIMU() override
This class contains the the devices module and the thread for read the measurements.
std::string getDefaultName() const override
PropertyDefinitionsPtr createPropertyDefinitions() override
Base unit for IMU sensors.
This file offers overloads of toIce() and fromIce() functions for STL container types.
XsensIMUPropertyDefinitions(std::string prefix)