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
46050c85
Commit
46050c85
authored
Jan 08, 2018
by
jcarpent
Browse files
[Algo] Remove usless warning
parent
817b57f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithm/center-of-mass.hxx
View file @
46050c85
...
...
@@ -135,7 +135,9 @@ namespace se3
inline
const
SE3
::
Vector3
&
getComFromCrba
(
const
Model
&
model
,
Data
&
data
)
{
#ifndef NDEBUG
assert
(
model
.
check
(
data
)
&&
"data is not consistent with model."
);
#endif
return
data
.
com
[
0
]
=
data
.
liMi
[
1
].
act
(
data
.
Ycrb
[
1
].
lever
());
}
...
...
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