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
12dea732
Commit
12dea732
authored
Jun 16, 2020
by
Joseph Mirabel
Browse files
Fix compilation warning
parent
943c4c75
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/liegroup/cartesian-product.hpp
View file @
12dea732
...
...
@@ -133,6 +133,7 @@ namespace pinocchio
case
SETTO
:
J12
(
J
).
setZero
();
J21
(
J
).
setZero
();
// fallthrough
case
ADDTO
:
case
RMTO
:
lg1
.
dIntegrate_dq
(
Q1
(
q
),
V1
(
v
),
J11
(
J
),
op
);
...
...
@@ -155,6 +156,7 @@ namespace pinocchio
case
SETTO
:
J12
(
J
).
setZero
();
J21
(
J
).
setZero
();
// fallthrough
case
ADDTO
:
case
RMTO
:
lg1
.
dIntegrate_dv
(
Q1
(
q
),
V1
(
v
),
J11
(
J
),
op
);
...
...
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