|
Sensor Scol plugin
Multi platform sensors for handled devices
|
Public Member Functions | |
| void | reset () |
| bool | isReady () |
| void | processGyro (Vector3d gyro, int64_t sensorTimeStamp) |
| void | processAcc (Vector3d acc, int64_t sensorTimeStamp) |
| void | processMag (Vector3d mag, int64_t sensorTimeStamp) |
| double | getHeadingDegrees () |
| void | setHeadingDegrees (double heading) |
| double * | getPredictedMatrix (double secondsAfterLastGyroEvent) |
| double * | getMatrix () |
Definition at line 12 of file OrientationEKF.h.
| OrientationEKF | ( | ) |
Definition at line 8 of file orientationEKF.cpp.
|
virtual |
Definition at line 13 of file orientationEKF.cpp.
| double getHeadingDegrees | ( | ) |
Definition at line 61 of file orientationEKF.cpp.
| double * getMatrix | ( | ) |
Definition at line 332 of file orientationEKF.cpp.
| double * getPredictedMatrix | ( | double | secondsAfterLastGyroEvent | ) |
Definition at line 337 of file orientationEKF.cpp.
| bool isReady | ( | ) |
Definition at line 56 of file orientationEKF.cpp.
| void processAcc | ( | Vector3d | acc, |
| int64_t | sensorTimeStamp | ||
| ) |
Definition at line 126 of file orientationEKF.cpp.
| void processGyro | ( | Vector3d | gyro, |
| int64_t | sensorTimeStamp | ||
| ) |
Definition at line 95 of file orientationEKF.cpp.
| void processMag | ( | Vector3d | mag, |
| int64_t | sensorTimeStamp | ||
| ) |
Definition at line 189 of file orientationEKF.cpp.
| void reset | ( | ) |
Definition at line 17 of file orientationEKF.cpp.
| void setHeadingDegrees | ( | double | heading | ) |
Definition at line 84 of file orientationEKF.cpp.