Commit db218a24 authored by Jose Luis Blanco-Claraco's avatar Jose Luis Blanco-Claraco Committed by Hauke Strasdat
Browse files

Fixes #69 (#70)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -109,7 +109,7 @@ class LieGroupTests {
bool veeHatTest() {
bool passed = true;
for (size_t i = 0; i < tangent_vec_.size(); ++i) {
SOPHUS_TEST_APPROX(passed, tangent_vec_[i],
SOPHUS_TEST_APPROX(passed, Tangent(tangent_vec_[i]),
LieGroup::vee(LieGroup::hat(tangent_vec_[i])),
kSmallEps, "Hat-vee case: %", i);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment