A head position entry (time, translation, rotation quaternion). More...
#include <maxwell_movement_comp.h>
Public Attributes | |
| double | dTime = 0.0 |
| Eigen::Vector3d | translation {0, 0, 0} |
| Eigen::Quaterniond | rotation {1, 0, 0, 0} |
| double | dGof = 0.0 |
A head position entry (time, translation, rotation quaternion).
Definition at line 56 of file maxwell_movement_comp.h.
| double UTILSLIB::HeadPosEntry::dGof = 0.0 |
Goodness of fit for this head position.
Definition at line 61 of file maxwell_movement_comp.h.
| double UTILSLIB::HeadPosEntry::dTime = 0.0 |
Time in seconds.
Definition at line 58 of file maxwell_movement_comp.h.
| Eigen::Quaterniond UTILSLIB::HeadPosEntry::rotation {1, 0, 0, 0} |
Rotation quaternion (device → head).
Definition at line 60 of file maxwell_movement_comp.h.
| Eigen::Vector3d UTILSLIB::HeadPosEntry::translation {0, 0, 0} |
Translation from device to head (metres).
Definition at line 59 of file maxwell_movement_comp.h.