Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sot-dynamic-pinocchio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Guilhem Saurel
sot-dynamic-pinocchio
Commits
979c857e
Unverified
Commit
979c857e
authored
6 years ago
by
Guilhem Saurel
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #39 from nim65s/master
ccrba is now in a new centroidal.hpp file in Pinocchio v1.3.0
parents
399d9f27
dd8c99ff
No related branches found
Branches containing commit
Tags
v3.2.4
Tags containing commit
No related merge requests found
Pipeline
#1688
passed
6 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cmake
+1
-1
1 addition, 1 deletion
cmake
src/sot-dynamic-pinocchio.cpp
+1
-0
1 addition, 0 deletions
src/sot-dynamic-pinocchio.cpp
with
3 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
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"
)
...
...
This diff is collapsed.
Click to expand it.
cmake
@
8030adbc
Compare
afe48f25
...
8030adbc
Subproject commit
afe48f25aa1c8b6e36327ae56cbb3b2f1794ca28
Subproject commit
8030adbc7fb05bbed5459c64eecbac6d8a880bae
This diff is collapsed.
Click to expand it.
src/sot-dynamic-pinocchio.cpp
+
1
−
0
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment