Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriele Buondonno
pinocchio
Commits
0cf320d7
Commit
0cf320d7
authored
May 24, 2016
by
Valenza Florian
Browse files
[Unittest][C++] Fix call to ancient API
parent
29ff6942
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/geom.cpp
View file @
0cf320d7
...
...
@@ -422,8 +422,8 @@ BOOST_AUTO_TEST_CASE ( hrp2_mesh_distance)
std
::
cout
<<
"comparison between "
<<
body1
<<
" and "
<<
body2
<<
std
::
endl
;
se3
::
DistanceResult
dist_pin
=
data_geom
.
computeDistance
(
geom
.
get
Geom
Id
(
body1
),
geom
.
get
Geom
Id
(
body2
));
se3
::
DistanceResult
dist_pin
=
data_geom
.
computeDistance
(
geom
.
get
Collision
Id
(
body1
),
geom
.
get
Collision
Id
(
body2
));
Distance_t
distance_pin
(
dist_pin
.
fcl_distance_result
);
distance_hpp
.
checkClose
(
distance_pin
);
...
...
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!
Cancel
Please
register
or
sign in
to comment