Skip to content

Commit

Permalink
EKF add typed Quatf getter
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored and LorenzMeier committed Nov 14, 2018
1 parent 8a2e512 commit 572710e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EKF/estimator_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ class EstimatorInterface
}
}

const matrix::Quatf &get_quaternion() const { return _output_new.quat_nominal; }

// return the quaternion defining the rotation from the EKF to the External Vision reference frame
virtual void get_ekf2ev_quaternion(float *quat) = 0;

Expand Down

0 comments on commit 572710e

Please sign in to comment.