Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Gepetto
robotpkg-wip
Commits
e42adc2a
Commit
e42adc2a
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/sot-talos] add patch-aa
to fix build with recent pinocchio
parent
c0c0f3a8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sot-talos/distinfo
+1
-0
1 addition, 0 deletions
sot-talos/distinfo
sot-talos/patches/patch-aa
+33
-0
33 additions, 0 deletions
sot-talos/patches/patch-aa
with
34 additions
and
0 deletions
sot-talos/distinfo
+
1
−
0
View file @
e42adc2a
SHA1 (sot-talos/sot-talos-1.0.6.tar.gz) = fdc39c672ee267e9b56af074ec2dd95909c2b0d6
RMD160 (sot-talos/sot-talos-1.0.6.tar.gz) = 0a0dbc81b016b915ec62b3343c39b9d0090f2889
Size (sot-talos/sot-talos-1.0.6.tar.gz) = 788940 bytes
SHA1 (patch-aa) = 1916306cf3fd504c3aae9829106e076b2f1a41e4
This diff is collapsed.
Click to expand it.
sot-talos/patches/patch-aa
0 → 100644
+
33
−
0
View file @
e42adc2a
include pinocchio before boost
ref https://github.com/stack-of-tasks/pinocchio/issues/849
--- src/sot-talos-device.cpp.orig 2019-03-04 17:58:29.000000000 +0100
+++ src/sot-talos-device.cpp 2019-09-17 23:51:50.015282049 +0200
@@ -13,6 +13,7 @@
#include <fstream>
#include <map>
+#include <pinocchio/fwd.hpp>
#if DEBUG
#define ODEBUG(x) std::cout << x << std::endl
--- src/sot-talos-controller.cpp.orig 2019-03-04 17:58:29.000000000 +0100
+++ src/sot-talos-controller.cpp 2019-09-17 23:52:26.486976528 +0200
@@ -11,6 +11,7 @@
*
*/
+#include <pinocchio/fwd.hpp>
#include <sot/core/debug.hh>
#include <sot/core/exception-abstract.hh>
#include <dynamic_graph_bridge/ros_init.hh>
--- src/sot-pyrene-controller.cpp.orig 2019-03-04 17:58:29.000000000 +0100
+++ src/sot-pyrene-controller.cpp 2019-09-17 23:52:53.806747699 +0200
@@ -10,6 +10,7 @@
*
*/
+#include <pinocchio/fwd.hpp>
#include <sot/core/debug.hh>
/* Pyrene is the first TALOS */
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