Skip to content

Commit 156d82c

Browse files
committed
add stack files for orocos_bayesian_filtering
1 parent 343a0e0 commit 156d82c

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

CMakeLists.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
cmake_minimum_required(VERSION 2.4.6)
2+
include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
3+
4+
# Append to CPACK_SOURCE_IGNORE_FILES a semicolon-separated list of
5+
# directories (or patterns, but directories should suffice) that should
6+
# be excluded from the distro. This is not the place to put things that
7+
# should be ignored everywhere, like "build" directories; that happens in
8+
# rosbuild/rosbuild.cmake. Here should be listed packages that aren't
9+
# ready for inclusion in a distro.
10+
#
11+
# This list is combined with the list in rosbuild/rosbuild.cmake. Note
12+
# that CMake 2.6 may be required to ensure that the two lists are combined
13+
# properly. CMake 2.4 seems to have unpredictable scoping rules for such
14+
# variables.
15+
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
16+
17+
rosbuild_make_distribution(0.1.0)

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include $(shell rospack find mk)/cmake_stack.mk

stack.xml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<stack>
2+
<description brief="orocos_bayesian_filtering">
3+
4+
The stack separates the <a href="http://www.orocos.org/bfl">Bayesian Filtering Library (BFL)</a> from the Orocos Real-Time Toolkit (RTT), part of the <a href="http://www.orocos.org/wiki/orocos/toolchain">Orocos Toolchain</a>, definitions.
5+
</description>
6+
<author>Maintained by Tinne De Laet</author>
7+
<license>LGPL</license>
8+
<review status="unreviewed" notes=""/>
9+
<url>http://ros.org/wiki/orocos_bayesian_filtering</url>
10+
<depend stack="ros" />
11+
12+
</stack>

0 commit comments

Comments
 (0)