Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-data
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
Stack Of Tasks
talos-data
Commits
1a586e09
Commit
1a586e09
authored
7 years ago
by
Olivier Stasse
Browse files
Options
Downloads
Patches
Plain Diff
Add package.xml + CMakeLists.txt to make it a ROS package.
parent
415d3be1
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
+12
-3
12 additions, 3 deletions
CMakeLists.txt
package.xml
+16
-0
16 additions, 0 deletions
package.xml
with
28 additions
and
3 deletions
CMakeLists.txt
+
12
−
3
View file @
1a586e09
...
@@ -3,18 +3,27 @@ INCLUDE(cmake/base.cmake)
...
@@ -3,18 +3,27 @@ INCLUDE(cmake/base.cmake)
#include(cmake/ros.cmake)
#include(cmake/ros.cmake)
SET
(
PROJECT_NAME talos
-
data
)
SET
(
PROJECT_NAME talos
_
data
)
SET
(
PROJECT_DESCRIPTION
"Talos urdf model, srdf model and other data"
)
SET
(
PROJECT_DESCRIPTION
"Talos urdf model, srdf model and other data"
)
SET
(
PROJECT_URL
"https://redmine.laas.fr/projects/pyrene-talos/repository/talos-data"
)
SET
(
PROJECT_URL
"https://redmine.laas.fr/projects/pyrene-talos/repository/talos-data"
)
SETUP_PROJECT
()
SETUP_PROJECT
()
find_package
(
catkin REQUIRED
)
catkin_package
(
# INCLUDE_DIRS include
# LIBRARIES talos_description
# CATKIN_DEPENDS other_catkin_pkg
# DEPENDS system_lib
)
# Find xml_reflection
# Find xml_reflection
ADD_REQUIRED_DEPENDENCY
(
"urdfdom >= 0.2.9"
)
ADD_REQUIRED_DEPENDENCY
(
"urdfdom >= 0.2.9"
)
FOREACH
(
dir config gazebo meshes robots urdf srdf
)
FOREACH
(
dir config gazebo meshes robots urdf srdf
)
INSTALL
(
DIRECTORY
${
CMAKE_SOURCE_DIR
}
/
${
dir
}
INSTALL
(
DIRECTORY
${
dir
}
/
DESTINATION
${
C
MAKE_INSTALL_DATAROOTDIR
}
/
${
PROJECT_NAME
}
)
DESTINATION
${
C
ATKIN_PACKAGE_SHARE_DESTINATION
}
/
${
dir
}
)
ENDFOREACH
(
dir
)
ENDFOREACH
(
dir
)
SETUP_PROJECT_FINALIZE
()
SETUP_PROJECT_FINALIZE
()
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package.xml
0 → 100644
+
16
−
0
View file @
1a586e09
<?xml version="1.0"?>
<package>
<name>
talos_data
</name>
<version>
0.0.14
</version>
<description>
The talos_data package
</description>
<maintainer
email=
"ostasse@laas.fr"
>
Olivier Stasse
</maintainer>
<license>
Proprietary
</license>
<buildtool_depend>
catkin
</buildtool_depend>
<export>
</export>
</package>
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