Skip to content

mharshe/quaternion_avg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

quaternion_avg

Get the average quaternion from a set of quaternions

Since quaternions are not regular vectors, but rather representations of orientation, an average quaternion cannot just be obtained by taking a weighted mean. This function implements the work done by paper by F. Landis Merkley (DOI: 10.2514/1.28949) to calculate the average quaternion.

(This code, along with its documentation, was originally hosted at http://msharshe.gemibox.net/knee-joint/html/).

###Dependencies

This C/C++ code needs the GNU GSL to be installed on the system.

License:

This code is licensed under GPL.

About

Get the average quaternion from a set of quaternions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages