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
e6132b5b
Commit
e6132b5b
authored
7 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
[wip/pinocchio] Fix minor bug in SRDF
parent
85a125b6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pinocchio/Makefile
+1
-0
1 addition, 0 deletions
pinocchio/Makefile
pinocchio/distinfo
+1
-0
1 addition, 0 deletions
pinocchio/distinfo
pinocchio/patches/patch-aa
+12
-0
12 additions, 0 deletions
pinocchio/patches/patch-aa
with
14 additions
and
0 deletions
pinocchio/Makefile
+
1
−
0
View file @
e6132b5b
...
...
@@ -12,6 +12,7 @@ MAINTAINER= gepetto@laas.fr
CATEGORIES
=
math
COMMENT
=
Efficient rigid body dynamics
LICENSE
=
gnu-lgpl-v3
PKGREVISION
=
1
# parallel builds would consume all memory because of the g++ process size
MAKE_JOBS_SAFE
=
no
...
...
This diff is collapsed.
Click to expand it.
pinocchio/distinfo
+
1
−
0
View file @
e6132b5b
SHA1 (pinocchio-1.2.4.tar.gz) = 37c966e31fff360d07936012094ff5d53df5fa2c
RMD160 (pinocchio-1.2.4.tar.gz) = d47b71bbfaf05e6f254781915ff1a0f005a27f25
Size (pinocchio-1.2.4.tar.gz) = 8992990 bytes
SHA1 (patch-aa) = ef0ea5662acf1b226fee7232d6bbcc4fdae3abd9
This diff is collapsed.
Click to expand it.
pinocchio/patches/patch-aa
0 → 100644
+
12
−
0
View file @
e6132b5b
diff --git src/parsers/srdf.hpp src/parsers/srdf.hpp
index 85eb102..34b2af4 100644
--- src/parsers/srdf.hpp
+++ src/parsers/srdf.hpp
@@ -19,6 +19,7 @@
#define __se3_parser_srdf_hpp__
#include "pinocchio/multibody/model.hpp"
+#include "pinocchio/multibody/geometry.hpp"
#include <iostream>
// Read XML file with boost
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