DUNE: Uniform Navigational Environment
2020.01.0
|
Public Member Functions | |
Task (const std::string &name, Tasks::Context &ctx) | |
void | onUpdateParameters (void) |
void | onResourceAcquisition (void) |
void | onResourceRelease (void) |
void | onResourceInitialization (void) |
void | consume (const IMC::MagneticField *msg) |
void | setOutputFrequency (uint8_t frequency) |
void | getHardIronFactors (void) |
void | setHardIronFactors (void) |
void | decodeOutputData (const UCTK::Frame &frame) |
void | decodeOutputRaw (const UCTK::Frame &frame) |
void | decode (const UCTK::Frame &frame) |
void | readInput (void) |
uint8_t | extractRotatedVector (const uint8_t *ptr, Matrix &vector) |
void | reportEntityState (void) |
void | onMain (void) |
Public Attributes | |
IMC::AngularVelocity | m_ang_vel |
IMC::Acceleration | m_accel |
IMC::EulerAnglesDelta | m_delt_ang |
IMC::VelocityDelta | m_delt_vel |
IMC::EulerAngles | m_euler |
IMC::MagneticField | m_magn |
IMC::Temperature | m_temp |
SerialPort * | m_uart |
UCTK::Interface * | m_ctl |
UCTK::Parser | m_parser |
UCTK::Frame | m_frame |
uint8_t | m_buffer [128] |
unsigned | m_calib_eid |
Math::Matrix | m_rotation |
Counter< double > | m_wdog |
Counter< double > | m_state_timer |
ErrorCounts | m_err_counts |
double | m_hard_iron [c_axes_count] |
size_t | m_sample_count |
size_t | m_faults_count |
size_t | m_timeout_count |
Arguments | m_args |
|
inline |
References Sensors::LIMU::Arguments::calib_time, Sensors::LIMU::Arguments::hard_iron, Sensors::LIMU::Arguments::output_frq, Sensors::LIMU::Arguments::pwr_name, Sensors::LIMU::Arguments::raw_data, Sensors::LIMU::Arguments::rotation_mx, Sensors::LIMU::Arguments::timeout_error, Sensors::LIMU::Arguments::timeout_failure, and Sensors::LIMU::Arguments::uart_dev.
|
inline |
References Sensors::LIMU::Arguments::hard_iron.
|
inline |
Decode data frame.
[in] | frame | data frame. |
References Sensors::LIMU::PKT_ID_OUTPUT_DATA, and Sensors::LIMU::PKT_ID_OUTPUT_RAW.
|
inline |
Decode output data frame.
[in] | frame | data frame. |
References Sensors::LIMU::ERR_FLAG_PROC_OVR, Sensors::LIMU::ERR_FLAG_SENS_OVR, Sensors::LIMU::ERR_FLAG_SPI_ERR, Sensors::LIMU::ERR_FLAG_WDOG_TOUT, Sensors::LIMU::ErrorCounts::increment(), DUNE::Math::Matrix::toDCM(), and DUNE::Math::transpose().
|
inline |
Decode output raw data.
[in] | frame | raw data. |
|
inline |
|
inline |
Get current Hard-Iron calibration parameters.
References Sensors::LIMU::PKT_ID_HARD_IRON.
|
inline |
|
inline |
Acquire resources.
References Sensors::LIMU::Arguments::pwr_name, and Sensors::LIMU::Arguments::uart_dev.
|
inline |
Initialize resources.
References Sensors::LIMU::Arguments::output_frq.
|
inline |
Release resources.
|
inline |
|
inline |
Read input from sensor.
|
inline |
References Sensors::LIMU::Arguments::timeout_failure.
|
inline |
Set Hard-Iron calibration parameters.
References Sensors::LIMU::Arguments::hard_iron, and Sensors::LIMU::PKT_ID_HARD_IRON.
|
inline |
Define sensor output frequency.
[in] | frequency | desired frequency. |
References Sensors::LIMU::PKT_ID_OUTPUT_CONF, and Sensors::LIMU::Arguments::raw_data.
IMC::Acceleration Sensors::LIMU::Task::m_accel |
Acceleration.
IMC::AngularVelocity Sensors::LIMU::Task::m_ang_vel |
Angular velocity.
uint8_t Sensors::LIMU::Task::m_buffer[128] |
Scratch buffer.
unsigned Sensors::LIMU::Task::m_calib_eid |
Compass Calibration maneuver entity id.
UCTK::Interface* Sensors::LIMU::Task::m_ctl |
Control Interface.
IMC::EulerAnglesDelta Sensors::LIMU::Task::m_delt_ang |
Delta angles.
IMC::VelocityDelta Sensors::LIMU::Task::m_delt_vel |
Delta velocity.
ErrorCounts Sensors::LIMU::Task::m_err_counts |
Error counts.
IMC::EulerAngles Sensors::LIMU::Task::m_euler |
Euler Angles.
size_t Sensors::LIMU::Task::m_faults_count |
Faults count.
UCTK::Frame Sensors::LIMU::Task::m_frame |
Scratch frame.
double Sensors::LIMU::Task::m_hard_iron[c_axes_count] |
Rotated hard-iron calibration parameters.
IMC::MagneticField Sensors::LIMU::Task::m_magn |
Magnetic Field.
UCTK::Parser Sensors::LIMU::Task::m_parser |
UCTK parser.
Math::Matrix Sensors::LIMU::Task::m_rotation |
Rotation Matrix to correct mounting position.
size_t Sensors::LIMU::Task::m_sample_count |
Sample count.
Counter<double> Sensors::LIMU::Task::m_state_timer |
Entity state timer.
IMC::Temperature Sensors::LIMU::Task::m_temp |
Temperature.
size_t Sensors::LIMU::Task::m_timeout_count |
Timeout count.
SerialPort* Sensors::LIMU::Task::m_uart |
Serial port device.
Counter<double> Sensors::LIMU::Task::m_wdog |
Watchdog.