Skip to content
Snippets Groups Projects
Commit 61b5e114 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

doc fix

parent 15f8eda0
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ inline Eigen::Matrix<typename Derived::Scalar, 3, 1> log_R(const Eigen::MatrixBa ...@@ -177,7 +177,7 @@ inline Eigen::Matrix<typename Derived::Scalar, 3, 1> log_R(const Eigen::MatrixBa
/** \brief Rotation vector to quaternion conversion /** \brief Rotation vector to quaternion conversion
* *
* @param _v a rotation vector * @param _v a rotation vector
* @return que equivalent right-handed unit quaternion * @return the equivalent right-handed unit quaternion
*/ */
template<typename Derived> template<typename Derived>
inline Eigen::Quaternion<typename Derived::Scalar> v2q(const Eigen::MatrixBase<Derived>& _v) inline Eigen::Quaternion<typename Derived::Scalar> v2q(const Eigen::MatrixBase<Derived>& _v)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment