Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Shuhang Huang
sophus
Commits
db218a24
Commit
db218a24
authored
8 years ago
by
Jose Luis Blanco-Claraco
Committed by
Hauke Strasdat
8 years ago
Browse files
Options
Download
Patches
Plain Diff
Fixes #69 (#70)
parent
7ee4ed80
main
cuda-ci
feat-average-iterable
feat-average-iterable-rebased
feat-constexpr-change
feat-interval-tests
feat-subgroup-assignment
fix-compile-issue
fix-unbounded
se2-protos
sophus2
1.24.6
1.24.6-rc1
1.22.10
1.22.4
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/core/tests.hpp
+1
-1
test/core/tests.hpp
with
1 addition
and
1 deletion
+1
-1
test/core/tests.hpp
+
1
−
1
View file @
db218a24
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets