![]() |
DUNE: Uniform Navigational Environment
2024.09.0
|
Task arguments.
Public Attributes | |
std::string | io_dev |
unsigned | output_frq |
bool | raw_data |
std::string | pwr_name |
std::vector< double > | hard_iron |
std::vector< double > | rotation_mx |
double | timeout_error |
double | timeout_failure |
std::string | calib_time |
std::string Sensors::LIMU::Arguments::calib_time |
Calibration time stamp.
Referenced by Sensors::LIMU::Task::Task().
std::vector<double> Sensors::LIMU::Arguments::hard_iron |
Hard-iron correction factors.
Referenced by Sensors::LIMU::Task::consume(), Sensors::LIMU::Task::onUpdateParameters(), Sensors::LIMU::Task::setHardIronFactors(), and Sensors::LIMU::Task::Task().
std::string Sensors::LIMU::Arguments::io_dev |
IO device (URI).
Referenced by Sensors::LIMU::Task::onConnect(), Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
unsigned Sensors::LIMU::Arguments::output_frq |
Output frequency.
Referenced by Sensors::LIMU::Task::onInitializeDevice(), Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
std::string Sensors::LIMU::Arguments::pwr_name |
Power channel name.
Referenced by Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
bool Sensors::LIMU::Arguments::raw_data |
Raw data output.
Referenced by Sensors::LIMU::Task::onUpdateParameters(), Sensors::LIMU::Task::setOutputFrequency(), and Sensors::LIMU::Task::Task().
std::vector<double> Sensors::LIMU::Arguments::rotation_mx |
Rotation matrix values.
Referenced by Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
double Sensors::LIMU::Arguments::timeout_error |
Number of seconds without data before reporting an error.
Referenced by Sensors::LIMU::Task::onUpdateParameters(), and Sensors::LIMU::Task::Task().
double Sensors::LIMU::Arguments::timeout_failure |
Number of seconds without data before reporting a failure and restarting.
Referenced by Sensors::LIMU::Task::reportEntityState(), and Sensors::LIMU::Task::Task().