this function calculates the difference between estimated and true orientations. More...
Go to the source code of this file.
Functions | |
| function | oriDiff (in ori_est, in ori_true) |
this function calculates the difference between estimated and true orientations.
the initial yaw is aligned first.
| ori_est | - estimated orientations (quaternion vector) |
| ori_true | - true orientations (quaternion vector) |
| d | - orientation differences in degrees (vector) |
| ori_est | - estimated orientations after yaw alignment (quaternion vector) |
Definition in file oriDiff.m.
| function oriDiff | ( | in | ori_est, |
| in | ori_true ) |