Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
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
Guilhem Saurel
dynamic_graph_bridge
Commits
4a0770c2
Commit
4a0770c2
authored
8 years ago
by
Rohan Budhiraja
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/stack-of-tasks/dynamic_graph_bridge
parents
21032f7b
ffda7e90
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+6
-1
6 additions, 1 deletion
CMakeLists.txt
package.xml
+0
-4
0 additions, 4 deletions
package.xml
with
6 additions
and
5 deletions
CMakeLists.txt
+
6
−
1
View file @
4a0770c2
...
@@ -87,6 +87,9 @@ pkg_config_use_dependency(ros_bridge bullet)
...
@@ -87,6 +87,9 @@ pkg_config_use_dependency(ros_bridge bullet)
pkg_config_use_dependency
(
ros_bridge dynamic_graph_bridge_msgs
)
pkg_config_use_dependency
(
ros_bridge dynamic_graph_bridge_msgs
)
install
(
TARGETS ros_bridge DESTINATION lib
)
install
(
TARGETS ros_bridge DESTINATION lib
)
# Add ros_bridge in the dynamic-graph-bridge pkg-config file.
# Make sure rpath are preserved during the install as ROS dependencies
# Make sure rpath are preserved during the install as ROS dependencies
# are not installed.
# are not installed.
set_target_properties
(
ros_bridge PROPERTIES BUILD_WITH_INSTALL_RPATH True
set_target_properties
(
ros_bridge PROPERTIES BUILD_WITH_INSTALL_RPATH True
...
@@ -169,7 +172,9 @@ add_subdirectory(src)
...
@@ -169,7 +172,9 @@ add_subdirectory(src)
# Deal with the ROS part.
# Deal with the ROS part.
add_service_files
(
FILES RunPythonFile.srv
)
add_service_files
(
FILES RunPythonFile.srv
)
generate_messages
(
DEPENDENCIES std_msgs
)
generate_messages
(
DEPENDENCIES std_msgs
)
catkin_package
(
CATKIN_DEPENDS message_runtime
)
catkin_package
(
CATKIN_DEPENDS message_runtime LIBRARIES ros_bridge ros_interpreter
)
# Add libraries in pc file generated by cmake submodule
PKG_CONFIG_APPEND_LIBS
(
ros_bridge ros_interpreter
)
#install ros executables
#install ros executables
install
(
PROGRAMS
install
(
PROGRAMS
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
0
−
4
View file @
4a0770c2
...
@@ -13,10 +13,6 @@
...
@@ -13,10 +13,6 @@
<url>
http://ros.org/wiki/dynamic_graph_bridge
</url>
<url>
http://ros.org/wiki/dynamic_graph_bridge
</url>
<export>
<export>
<cpp
cflags=
"-I${prefix}/include"
lflags=
"-L${prefix}/lib -lros_bridge -lros_interpreter -Wl,-rpath,${prefix}/lib"
/>
<rosdoc
config=
"rosdoc.yaml"
/>
<rosdoc
config=
"rosdoc.yaml"
/>
</export>
</export>
...
...
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