Skip to content

Commit

Permalink
liegroup: disambiguate function call
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Feb 12, 2024
1 parent 4ad8907 commit 1a0276f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ namespace pinocchio
// See quaternion::firstOrderNormalize for equations.
const Scalar norm2 = out.squaredNorm();
out *= (3 - norm2) / 2;
assert (isNormalized(out));
assert (pinocchio::isNormalized(out));
}

template <class Config_t, class Jacobian_t>
Expand Down

0 comments on commit 1a0276f

Please sign in to comment.