Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
tiago_data
Commits
619242a0
Commit
619242a0
authored
Mar 23, 2020
by
Guilhem Saurel
Browse files
[CMake] install package.xml
parent
9d669532
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
619242a0
...
...
@@ -22,3 +22,5 @@ INSTALL(TARGETS ${PROJECT_NAME} EXPORT ${TARGETS_EXPORT_NAME} DESTINATION lib)
FOREACH
(
dir gazebo Media meshes robots urdf config
)
INSTALL
(
DIRECTORY
${
dir
}
DESTINATION share/
${
PROJECT_NAME
}
)
ENDFOREACH
(
dir
)
INSTALL
(
FILES package.xml DESTINATION share/
${
PROJECT_NAME
}
)
package.xml
View file @
619242a0
...
...
@@ -2,7 +2,7 @@
<package>
<name>
tiago_data
</name>
<version>
1.0.
3
</version>
<version>
1.0.
4
</version>
<description>
This package contains the description (mechanical, kinematic, visual,
etc.) of the TIAGO robot. The files in this package are parsed and used by
a variety of other components. Most users will not interact directly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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