cleanup ros-pkg

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/ros-pkg@1268 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-03-03 21:42:26 +00:00
parent a756b8df29
commit 7d58681f34
5 changed files with 0 additions and 33 deletions
-17
View File
@@ -1,17 +0,0 @@
cmake_minimum_required(VERSION 2.4.6)
include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
# 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)
rosbuild_make_distribution(0.1.0)
-1
View File
@@ -1 +0,0 @@
include $(shell rospack find mk)/cmake_stack.mk
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

-15
View File
@@ -1,15 +0,0 @@
<stack>
<description brief="rtabmap">
RTAB-Map library.
</description>
<author>Mathieu Labbe</author>
<license>GPL</license>
<review status="unreviewed" notes=""/>
<url>http://rtabmap.googlecode.com</url>
<depend stack="common_msgs" /> <!-- sensor_msgs -->
<depend stack="ros" />
<depend stack="ros_comm" /> <!-- std_msgs, std_srvs, roscpp -->
<depend stack="vision_opencv" /> <!-- cv_bridge, opencv2 -->
</stack>