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
4a7f3f04
Verified
Commit
4a7f3f04
authored
Apr 01, 2021
by
Justin Carpentier
Browse files
doc: add missing doc
parent
52b82d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/geometry.hpp
View file @
4a7f3f04
...
...
@@ -226,7 +226,7 @@ namespace pinocchio
/// \brief Radius of the bodies, i.e. distance of the further point of the geometry model
/// attached to the body from the joint center.
///
std
::
vector
<
double
>
radius
;
std
::
vector
<
Scalar
>
radius
;
///
/// \brief Index of the collision pair
...
...
@@ -249,8 +249,21 @@ namespace pinocchio
/// obstacles to the Inner objects of a given joint
std
::
map
<
JointIndex
,
GeomIndexList
>
outerObjects
;
GeometryData
(
const
GeometryModel
&
geomModel
);
///
/// \brief Default constructor from a GeometryModel
///
/// \param[in] geom_model GeometryModel associated to the new GeometryData
///
GeometryData
(
const
GeometryModel
&
geom_model
);
///
/// \brief Copy constructor
///
/// \param[in] other GeometryData to copy
///
GeometryData
(
const
GeometryData
&
other
);
/// \brief Destructor
~
GeometryData
();
/// Fill both innerObjects and outerObjects maps, from vectors collisionObjects and
...
...
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