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
cb82fb0c
Commit
cb82fb0c
authored
9 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
[robot-capsule-urdf] Fix missing dependencies.
parent
4e672d6f
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
py-urdfdom/Makefile
+24
-0
24 additions, 0 deletions
py-urdfdom/Makefile
robot_capsule_urdf/Makefile
+1
-0
1 addition, 0 deletions
robot_capsule_urdf/Makefile
robot_capsule_urdf/depend.mk
+1
-1
1 addition, 1 deletion
robot_capsule_urdf/depend.mk
with
26 additions
and
1 deletion
py-urdfdom/Makefile
0 → 100644
+
24
−
0
View file @
cb82fb0c
# robotpkg Makefile for: graphics/urdfdom_py
# Created: Olivier Stasse on Fri, 19 Jun 2015
#
VERSION
=
0.3.0
DISTNAME
=
py-urdfdom-
${
VERSION
}
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
py-urdfdom/
}
#MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}laas/urdfdom_py
MASTER_REPOSITORY
=
${
MASTER_REPOSITORY_GITHUB
}
ros/urdfdom
CATEGORIES
=
graphics
COMMENT
=
Provides a URDF python parser
# (model copyright hold by Aldebaran Robotics)
LICENSE
=
2-clause-bsd
MAINTAINER
=
hpp@laas.fr
DYNAMIC_PLIST_DIRS
+=
share/doc/py-urdfdom
include
../../graphics/urdfdom/depend.mk
include
../../pkgtools/pkg-config/depend.mk
include
../../devel/ros-catkin/depend.mk
include
../../mk/sysdep/cmake.mk
include
../../mk/language/c.mk
include
../../mk/language/c++.mk
include
../../mk/robotpkg.mk
This diff is collapsed.
Click to expand it.
robot_capsule_urdf/Makefile
+
1
−
0
View file @
cb82fb0c
...
...
@@ -15,6 +15,7 @@ MAINTAINER= hpp@laas.fr
DYNAMIC_PLIST_DIRS
+=
share/doc/robot_capsule_urdf
include
../../graphics/urdfdom/depend.mk
include
../../devel/ros-catkin/depend.mk
include
../../pkgtools/pkg-config/depend.mk
include
../../mk/sysdep/cmake.mk
...
...
This diff is collapsed.
Click to expand it.
robot_capsule_urdf/depend.mk
+
1
−
1
View file @
cb82fb0c
...
...
@@ -19,7 +19,7 @@ SYSTEM_SEARCH.robot-capsule-robot-urdf=\
DEPEND_USE
+=
robot-capsule-robot-urdf
DEPEND_ABI.robot-capsule-robot-urdf
?=
robot-capsule-robot-urdf>
=
1.0.0
DEPEND_DIR.robot-capsule-robot-urdf
?=
../
../robots/
robot-capsule-robot-urdf
DEPEND_DIR.robot-capsule-robot-urdf
?=
../robot-capsule-robot-urdf
endif
# ROBOT_CAPSULE_URDF_DEPEND_MK -------------------------------------------------
...
...
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