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
0d32cc5d
Commit
0d32cc5d
authored
8 years ago
by
Rohan Budhiraja
Browse files
Options
Downloads
Patches
Plain Diff
[wip/dynamic-graph-bridge-v3] add ros dependencies to package
parent
4a37a89c
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
dynamic-graph-bridge-v3/Makefile
+4
-2
4 additions, 2 deletions
dynamic-graph-bridge-v3/Makefile
dynamic-graph-bridge-v3/PLIST
+24
-10
24 additions, 10 deletions
dynamic-graph-bridge-v3/PLIST
with
28 additions
and
12 deletions
dynamic-graph-bridge-v3/Makefile
+
4
−
2
View file @
0d32cc5d
...
...
@@ -4,7 +4,7 @@
VERSION
=
3.0.0
DISTNAME
=
dynamic_graph_bridge-v3-
${
VERSION
}
PKGNAME
=
dynamic-graph-bridge-v3-
${
VERSION
}
PKGREVISION
=
2
PKGREVISION
=
3
CATEGORIES
=
wip
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
dynamic-graph-bridge-v3/
}
...
...
@@ -14,7 +14,7 @@ COMMENT= This ROS package binds together the ROS framework with the dynamic-gra
LICENSE
=
gnu-lgpl-v3
MAINTAINER
=
hpp@laas.fr
DYNAMIC_PLIST_DIRS
+=
share/doc/dynamic_graph_bridge
-v3
DYNAMIC_PLIST_DIRS
+=
share/doc/dynamic_graph_bridge
# disable -Werror because of x86_64 warnings (must be fixed upstream) and
# boost + gcc that don't cohabit well depending on their respective versions
...
...
@@ -28,6 +28,8 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
include
../../sysutils/ros-rospack/depend.mk
include
../../motion/dynamic-graph-bridge-msgs/depend.mk
include
../../devel/ros-realtime-tools/depend.mk
include
../../interfaces/ros-common-msgs/depend.mk
include
../../math/ros-geometry/depend.mk
include
../../simulation/bullet/depend.mk
include
../../wip/dynamic-graph-v3/depend.mk
include
../../wip/py-dynamic-graph-v3/depend.mk
...
...
This diff is collapsed.
Click to expand it.
dynamic-graph-bridge-v3/PLIST
+
24
−
10
View file @
0d32cc5d
@comment Fri Oct 17 15:25:56 CEST 2014
include/dynamic_graph_bridge/config.h
include/dynamic_graph_bridge/RunPythonFile.h
include/dynamic_graph_bridge/RunPythonFileRequest.h
include/dynamic_graph_bridge/RunPythonFileResponse.h
include/dynamic_graph_bridge/config.hh
include/dynamic_graph_bridge/deprecated.hh
include/dynamic_graph_bridge/ros_init.hh
include/dynamic_graph_bridge/ros_interpreter.hh
include/dynamic_graph_bridge/sot_loader.hh
include/dynamic_graph_bridge/warning.hh
lib/librobot_model.so
lib/libros_bridge.so
lib/libros_interpreter.so
lib/libros_joint_state.so
lib/libros_publish.so
lib/libros_subscribe.so
lib/libros_time.so
lib/libsot_loader.so
lib/pkgconfig/dynamic_graph_bridge.pc
lib/plugin/robot_model.so
lib/plugin/ros_joint_state.so
lib/plugin/ros_publish.so
lib/plugin/ros_subscribe.so
lib/plugin/ros_time.so
${PYTHON_SITELIB}/dynamic_graph/ros/__init__.py
${PYTHON_SITELIB}/dynamic_graph/ros/robot_model/__init__.py
${PYTHON_SITELIB}/dynamic_graph/ros/robot_model/wrap.so
...
...
@@ -25,11 +29,21 @@ ${PYTHON_SITELIB}/dynamic_graph/ros/ros_subscribe/__init__.py
${PYTHON_SITELIB}/dynamic_graph/ros/ros_subscribe/wrap.so
${PYTHON_SITELIB}/dynamic_graph/ros/ros_time/__init__.py
${PYTHON_SITELIB}/dynamic_graph/ros/ros_time/wrap.so
share/dynamic_graph_bridge/robot_pose_publisher
share/dynamic_graph_bridge/tf_publisher
${PYTHON_SITELIB}/dynamic_graph_bridge/__init__.py
${PYTHON_SITELIB}/dynamic_graph_bridge/srv/_RunPythonFile.py
${PYTHON_SITELIB}/dynamic_graph_bridge/srv/__init__.py
share/common-lisp/ros/dynamic_graph_bridge/srv/RunPythonFile.lisp
share/common-lisp/ros/dynamic_graph_bridge/srv/_package.lisp
share/common-lisp/ros/dynamic_graph_bridge/srv/_package_RunPythonFile.lisp
share/common-lisp/ros/dynamic_graph_bridge/srv/dynamic_graph_bridge-srv.asd
share/dynamic_graph_bridge/cmake/dynamic_graph_bridge-msg-extras.cmake
share/dynamic_graph_bridge/cmake/dynamic_graph_bridge-msg-paths.cmake
share/dynamic_graph_bridge/cmake/dynamic_graph_bridgeConfig-version.cmake
share/dynamic_graph_bridge/cmake/dynamic_graph_bridgeConfig.cmake
share/dynamic_graph_bridge/geometric_simu
share/dynamic_graph_bridge/manifest.xml
share/dynamic_graph_bridge/package.xml
share/dynamic_graph_bridge/run_command
share/dynamic_graph_bridge/robot_pose_publisher
share/dynamic_graph_bridge/geometric_simu
share/dynamic_graph_bridge/run_command
share/dynamic_graph_bridge/srv/RunPythonFile.srv
share/dynamic_graph_bridge/tf_publisher
\ No newline at end of file
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