#include <myahrs_plus.hpp>
Public Member Functions | |
void | reset () |
SensorData () | |
std::string | to_string () |
void | update_attitude (EulerAngle &e) |
void | update_attitude (Quaternion &q) |
void | update_imu (ImuData< int > &i) |
void | update_imu (ImuData< float > &i) |
Public Attributes | |
Attitude | attitude_type |
EulerAngle | euler_angle |
ImuData< float > | imu |
ImuData< int > | imu_rawdata |
Imu | imu_type |
Quaternion | quaternion |
int | sequence_number |
Definition at line 1555 of file myahrs_plus.hpp.
|
inline |
Definition at line 1566 of file myahrs_plus.hpp.
|
inline |
Definition at line 1570 of file myahrs_plus.hpp.
|
inline |
Definition at line 1600 of file myahrs_plus.hpp.
|
inline |
Definition at line 1580 of file myahrs_plus.hpp.
|
inline |
Definition at line 1585 of file myahrs_plus.hpp.
|
inline |
Definition at line 1590 of file myahrs_plus.hpp.
|
inline |
Definition at line 1595 of file myahrs_plus.hpp.
Attitude WithRobot::SensorData::attitude_type |
Definition at line 1558 of file myahrs_plus.hpp.
EulerAngle WithRobot::SensorData::euler_angle |
Definition at line 1559 of file myahrs_plus.hpp.
ImuData<float> WithRobot::SensorData::imu |
Definition at line 1564 of file myahrs_plus.hpp.
ImuData<int> WithRobot::SensorData::imu_rawdata |
Definition at line 1563 of file myahrs_plus.hpp.
Imu WithRobot::SensorData::imu_type |
Definition at line 1562 of file myahrs_plus.hpp.
Quaternion WithRobot::SensorData::quaternion |
Definition at line 1560 of file myahrs_plus.hpp.
int WithRobot::SensorData::sequence_number |
Definition at line 1556 of file myahrs_plus.hpp.