ros-perception / graft

UKF replacement for robot_pose_efk (still in development)
11 stars 9 forks source link

Compass support #26

Open trainman419 opened 9 years ago

trainman419 commented 9 years ago

This is based on the changes in #25; merge that first.

Improved and cleaned up my absolution orientation support.

I'm now computing he quaternion covariances by first converting the input orientation into euler angles, and then computing the jacobian of the euler->quaternion transformation to convert the euler covariances into quaternion covariances.

I've also added a few tests which validate that the transform produces non-infinite results.