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
979c857e
Unverified
Commit
979c857e
authored
Oct 17, 2018
by
Guilhem Saurel
Committed by
GitHub
Oct 17, 2018
Browse files
Merge pull request #39 from nim65s/master
ccrba is now in a new centroidal.hpp file in Pinocchio v1.3.0
parents
399d9f27
dd8c99ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
979c857e
...
...
@@ -43,7 +43,7 @@ SET(PKG_CONFIG_ADDITIONAL_VARIABLES
SETUP_PROJECT
()
# Search for dependencies.
ADD_REQUIRED_DEPENDENCY
(
"eigenpy"
)
ADD_REQUIRED_DEPENDENCY
(
"pinocchio >= 1.
2.6
"
)
ADD_REQUIRED_DEPENDENCY
(
"pinocchio >= 1.
3.0
"
)
ADD_REQUIRED_DEPENDENCY
(
"dynamic-graph >= 3.0.0"
)
ADD_REQUIRED_DEPENDENCY
(
"sot-core >= 3.0.0"
)
ADD_REQUIRED_DEPENDENCY
(
"sot-tools >= 2.0.0"
)
...
...
cmake
@
8030adbc
Compare
afe48f25
...
8030adbc
Subproject commit
afe48f25aa1c8b6e36327ae56cbb3b2f1794ca28
Subproject commit
8030adbc7fb05bbed5459c64eecbac6d8a880bae
src/sot-dynamic-pinocchio.cpp
View file @
979c857e
...
...
@@ -29,6 +29,7 @@
#include <pinocchio/algorithm/center-of-mass.hpp>
#include <pinocchio/spatial/motion.hpp>
#include <pinocchio/algorithm/crba.hpp>
#include <pinocchio/algorithm/centroidal.hpp>
#include <pinocchio/multibody/model.hpp>
#include <dynamic-graph/all-commands.h>
...
...
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