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
sot-dynamic-pinocchio
Commits
1f3f5d05
Commit
1f3f5d05
authored
Sep 13, 2018
by
Olivier Stasse
Browse files
Remove centroidal.hpp
parent
f653ded0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sot-dynamic-pinocchio.cpp
View file @
1f3f5d05
...
...
@@ -26,7 +26,6 @@
#include <boost/format.hpp>
#include <pinocchio/algorithm/kinematics.hpp>
#include <pinocchio/algorithm/centroidal.hpp>
#include <pinocchio/algorithm/center-of-mass.hpp>
#include <pinocchio/spatial/motion.hpp>
#include <pinocchio/algorithm/crba.hpp>
...
...
@@ -923,7 +922,7 @@ computeInertiaReal( dg::Matrix& res,const int& time )
}
double
&
DynamicPinocchio
::
computeFootHeight
(
double
&
res
,
const
int
&
time
)
computeFootHeight
(
double
&
res
,
const
int
&
)
{
//Ankle position in local foot frame
//TODO: Confirm that it is in the foot frame
...
...
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