dominikfrey / QuaternionAveraging

Function to average a set of weighted quaternions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weighted Quaternion Averaging Algorithm

An easy implementation to average multiple quaternions where each of them can be given a weight. The implementation is based on this paper by Markley: https://arc.aiaa.org/doi/10.2514/1.28949

About

Function to average a set of weighted quaternions.

License:GNU General Public License v3.0


Languages

Language:C++ 91.6%Language:CMake 8.4%