Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
example-robot-data
Commits
b2bab07e
Commit
b2bab07e
authored
Nov 25, 2019
by
Guilhem Saurel
Browse files
Merge branch 'wxm-install-package-xml' into 'devel'
Install package.xml See merge request
!25
parents
f096f11b
7f053ec1
Pipeline
#6965
failed with stage
in 10 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b2bab07e
...
...
@@ -53,3 +53,6 @@ IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
INSTALL
(
DIRECTORY robots/hector_description DESTINATION share/
${
PROJECT_NAME
}
/robots
)
INSTALL
(
DIRECTORY robots/double_pendulum_description DESTINATION share/
${
PROJECT_NAME
}
/robots
)
ENDIF
(
NOT INSTALL_PYTHON_INTERFACE_ONLY
)
# Install catkin package.xml
INSTALL
(
FILES package.xml DESTINATION share/
${
PROJECT_NAME
}
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment