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
Humanoid Path Planner
hpp-core
Commits
5986f756
Unverified
Commit
5986f756
authored
Apr 07, 2021
by
Florent Lamiraux
Committed by
GitHub
Apr 07, 2021
Browse files
[continuousValidation] Fix computation of coefficients
when joint_b is the universe.
parent
f7603228
Pipeline
#13895
failed with stage
in 5 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/continuous-validation/solid-solid-collision.cc
View file @
5986f756
...
...
@@ -285,7 +285,7 @@ namespace hpp {
}
// Find sequence of joints
JointIndices_t
joints
(
m_
->
computeSequenceOfJoints
());
m_
->
compute
Coefficients
(
joints
);
m_
->
set
Coefficients
(
joints
);
}
void
SolidSolidCollision
::
init
(
const
SolidSolidCollisionWkPtr_t
&
weak
)
...
...
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