From b081aa7f809beed6ccef2b43f5a748866171397e Mon Sep 17 00:00:00 2001 From: Dave Hershberger Date: Wed, 10 Oct 2012 16:48:55 -0700 Subject: [PATCH] created stack.xml and added stuff for unary-stack-ification --- CMakeLists.txt | 2 ++ stack.xml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 stack.xml diff --git a/CMakeLists.txt b/CMakeLists.txt index 911c64ee..6d1ceda1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,3 +32,5 @@ rosbuild_add_executable(test_scan_filter_chain EXCLUDE_FROM_ALL test/test_scan_f target_link_libraries(test_scan_filter_chain laser_scan_filters) rosbuild_add_gtest_build_flags(test_scan_filter_chain) rosbuild_add_rostest(test/test_scan_filter_chain.launch) + +rosbuild_make_distribution(1.5.4) diff --git a/stack.xml b/stack.xml new file mode 100644 index 00000000..2e990b08 --- /dev/null +++ b/stack.xml @@ -0,0 +1,19 @@ + + + + Assorted filters designed to operate on 2D planar laser scanners, + which use the sensor_msgs/LaserScan type. + + + Tully Foote + BSD + + http://ros.org/wiki/laser_filters + + + + + + + +