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
1ae84845
Verified
Commit
1ae84845
authored
Mar 25, 2021
by
Justin Carpentier
Browse files
geometry: fix naming
parent
5a378002
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/geometry.hpp
View file @
1ae84845
...
...
@@ -99,14 +99,14 @@ namespace pinocchio
void
addAllCollisionPairs
();
///
/// \brief
Add
the collision pairs from a given input array.
/// \brief
Set
the collision pairs from a given input array.
/// Each entry of the input matrix defines the activation of a given collision pair
/// (map[i,j] > 0 means that the pair (i,j) is active).
///
/// \param[in] collision_map Associative array.
/// \param[in] upper Wheter the collision_map is an upper or lower triangular filled array.
///
void
add
CollisionPairs
(
const
MatrixXb
&
collision_map
,
void
set
CollisionPairs
(
const
MatrixXb
&
collision_map
,
const
bool
upper
=
true
);
///
...
...
Write
Preview
Supports
Markdown
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