How do I compute the covariance matrix for an orientation sensor? [closed]
If I'm writing a driver for an orientation sensor that outputs quaternions, how do I calculate the orientation covariance matrix? I don't even know the units for covariance in the context of the quat's cov matrix (rad^2 maybe?). obviously, I'm lost.
The purpose of the driver (at least in my use-case) is for using it with robot_pose_ekf so I believe I need a valid cov matrix for robot_pose_ekf to do its magic...
Check out for hints about limitations of robot_pose_ekf and alternatives: http://answers.ros.org/question/39790/robot_pose_ekf-and-gps/