Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
97fa14df
Commit
97fa14df
authored
May 10, 2017
by
Joseph Mirabel
Committed by
Joseph Mirabel
May 10, 2017
Browse files
Fix numerical issue
parent
580334d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_fcl_geometric_shapes.cpp
View file @
97fa14df
...
...
@@ -488,7 +488,7 @@ BOOST_AUTO_TEST_CASE(shapeIntersection_spherecapsule)
testShapeInersection
(
s1
,
tf1
,
s2
,
tf2
,
GST_INDEP
,
true
,
NULL
,
NULL
,
&
normal
);
tf1
=
transform
;
tf2
=
transform
*
Transform3f
(
Vec3f
(
2
5
,
0
,
0
));
tf2
=
transform
*
Transform3f
(
Vec3f
(
2
4.999999
,
0
,
0
));
normal
=
transform
.
getRotation
()
*
Vec3f
(
1
,
0
,
0
);
testShapeInersection
(
s1
,
tf1
,
s2
,
tf2
,
GST_INDEP
,
true
,
NULL
,
NULL
,
&
normal
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment