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
Pierre Fernbach
tsid
Commits
2eefe10d
Commit
2eefe10d
authored
Jul 12, 2017
by
jcarpent
Committed by
Andrea Del Prete
Nov 24, 2017
Browse files
[Robot] Add missing evaluation of the center of mass acceleration provided zero joint acceleration
parent
9867a281
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/robots/robot-wrapper.cpp
View file @
2eefe10d
...
...
@@ -73,6 +73,7 @@ namespace tsid
// computeAllTerms does not compute the com acceleration, so we need to call centerOfMass
se3
::
centerOfMass
<
true
,
true
,
true
>
(
m_model
,
data
,
false
);
se3
::
framesForwardKinematics
(
m_model
,
data
);
se3
::
centerOfMass
(
m_model
,
data
,
q
,
v
,
Eigen
::
VectorXd
::
Zero
(
nv
()));
}
const
Vector
&
RobotWrapper
::
rotor_inertias
()
const
...
...
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