Skip to content

Commit

Permalink
catkinizing package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioan Sucan committed May 28, 2013
1 parent 35dc6c4 commit c0154b5
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 94 deletions.
21 changes: 6 additions & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
cmake_minimum_required(VERSION 2.4.6)
include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
cmake_minimum_required(VERSION 2.8.3)
project(robot_model_tutorials)

# Append to CPACK_SOURCE_IGNORE_FILES a semicolon-separated list of
# directories (or patterns, but directories should suffice) that should
# be excluded from the distro. This is not the place to put things that
# should be ignored everywhere, like "build" directories; that happens in
# rosbuild/rosbuild.cmake. Here should be listed packages that aren't
# ready for inclusion in a distro.
#
# This list is combined with the list in rosbuild/rosbuild.cmake. Note
# that CMake 2.6 may be required to ensure that the two lists are combined
# properly. CMake 2.4 seems to have unpredictable scoping rules for such
# variables.
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
find_package(catkin)
catkin_package()

rosbuild_make_distribution(0.1.2)
install(DIRECTORY urdf_tutorial
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
1 change: 0 additions & 1 deletion Makefile

This file was deleted.

19 changes: 19 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<package>
<name>robot_model_tutorials</name>
<version>0.2.0</version>

<description>This package contains a number of URDF tutorials.</description>
<author>David Lu!!</author>

<maintainer email="[email protected]">Ioan Sucan</maintainer>

<license>BSD</license>
<url>http://ros.org/wiki/robot_model_tutorials</url>

<buildtool_depend>catkin</buildtool_depend>

<build_depend>urdf</build_depend>

<run_depend>urdf</run_depend>

</package>
9 changes: 0 additions & 9 deletions stack.xml

This file was deleted.

30 changes: 0 additions & 30 deletions urdf_tutorial/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion urdf_tutorial/Makefile

This file was deleted.

26 changes: 0 additions & 26 deletions urdf_tutorial/mainpage.dox

This file was deleted.

12 changes: 0 additions & 12 deletions urdf_tutorial/manifest.xml

This file was deleted.

0 comments on commit c0154b5

Please sign in to comment.