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
8a5d56ed
Commit
8a5d56ed
authored
5 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/hpp-rpbrm] Add patch-aa
to include pinocchio before boost
parent
d3ab7928
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
hpp-rbprm/distinfo
+1
-0
1 addition, 0 deletions
hpp-rbprm/distinfo
hpp-rbprm/patches/patch-aa
+38
-0
38 additions, 0 deletions
hpp-rbprm/patches/patch-aa
with
39 additions
and
0 deletions
hpp-rbprm/distinfo
+
1
−
0
View file @
8a5d56ed
SHA1 (hpp-rbprm-4.6.0.tar.gz) = 1e3fb3824339b452148edc3ffed908ff24ffd780
RMD160 (hpp-rbprm-4.6.0.tar.gz) = 947f18b705ca397801dfadc221a0c7d5c5ddd6cb
Size (hpp-rbprm-4.6.0.tar.gz) = 1233157 bytes
SHA1 (patch-aa) = 4dc13a6bc53de45ad0190e8b953059b085c9924d
This diff is collapsed.
Click to expand it.
hpp-rbprm/patches/patch-aa
0 → 100644
+
38
−
0
View file @
8a5d56ed
include pinocchio before boost, ref
https://github.com/stack-of-tasks/pinocchio/issues/849
--- src/utils/algorithms.cc.orig 2019-05-29 17:04:49.000000000 +0200
+++ src/utils/algorithms.cc 2019-08-21 13:47:38.987440983 +0200
@@ -1,3 +1,4 @@
+#include <pinocchio/fwd.hpp>
#include "hpp/rbprm/utils/algorithms.h"
#include <hpp/fcl/intersect.h>
#include <hpp/util/debug.hh>
--- tests/test-rbrrt.cc.orig 2019-05-29 17:04:49.000000000 +0200
+++ tests/test-rbrrt.cc 2019-08-21 13:48:38.358849918 +0200
@@ -18,6 +18,7 @@
#define BOOST_TEST_MODULE test-rbrrt
+#include <pinocchio/fwd.hpp>
#include <boost/test/included/unit_test.hpp>
#include <hpp/core/problem-solver.hh>
--- tests/test-projection.cc.orig 2019-05-29 17:04:49.000000000 +0200
+++ tests/test-projection.cc 2019-08-21 13:49:20.094435386 +0200
@@ -1,4 +1,5 @@
#define BOOST_TEST_MODULE test-projection
+#include <pinocchio/fwd.hpp>
#include <boost/test/included/unit_test.hpp>
#include "tools-fullbody.hh"
--- tests/test-kinodynamic.cc.orig 2019-05-29 17:04:49.000000000 +0200
+++ tests/test-kinodynamic.cc 2019-08-21 13:49:57.286066627 +0200
@@ -18,6 +18,7 @@
#define BOOST_TEST_MODULE test-kinodynamic
+#include <pinocchio/fwd.hpp>
#include <boost/test/included/unit_test.hpp>
#include <hpp/core/problem-solver.hh>
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