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
Stack Of Tasks
pinocchio
Commits
18c2088c
Verified
Commit
18c2088c
authored
Mar 31, 2020
by
Justin Carpentier
Browse files
core/geometry: fix missing guard
parent
123c9bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/geometry.hxx
View file @
18c2088c
...
...
@@ -25,11 +25,13 @@ namespace pinocchio
,
innerObjects
()
,
outerObjects
()
{
#ifdef PINOCCHIO_WITH_HPP_FCL
collisionObjects
.
reserve
(
geom_model
.
geometryObjects
.
size
());
BOOST_FOREACH
(
const
GeometryObject
&
geom_object
,
geom_model
.
geometryObjects
)
{
collisionObjects
.
push_back
(
fcl
::
CollisionObject
(
geom_object
.
geometry
));
}
#endif
fillInnerOuterObjectMaps
(
geom_model
);
}
...
...
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