Skip to content

Commit

Permalink
typos that made the test crash
Browse files Browse the repository at this point in the history
Happy we catched it :)
  • Loading branch information
EveCharbie committed Jul 15, 2022
1 parent 01d3c74 commit 8195df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/Quaternion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ utils::Vector3d utils::Quaternion::omegaToEulerDot(
const utils::Vector3d &w,
const utils::String& seq)
{
utils:Matrix3d velocityMatrix = utils::Rotation::fromEulerAngles(euler, seq).inverse();
utils::Vector3d eulerDot = velocityMatrix * w;
utils:Matrix3d velocity_matrix = velocityMatrix(euler, seq).inverse();
utils::Vector3d eulerDot = velocity_matrix * w;
return eulerDot;
}

Expand Down

0 comments on commit 8195df1

Please sign in to comment.