Skip to content

Commit

Permalink
created stack.xml and added stuff for unary-stack-ification
Browse files Browse the repository at this point in the history
  • Loading branch information
hershwg committed Oct 10, 2012
1 parent d8ae98a commit b081aa7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
19 changes: 19 additions & 0 deletions stack.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<stack>
<description brief='Filters for processing laser scans'>

Assorted filters designed to operate on 2D planar laser scanners,
which use the sensor_msgs/LaserScan type.

</description>
<author>Tully Foote</author>
<license>BSD</license>
<review status="Doc reviewed" notes="09/29/2009"/>
<url>http://ros.org/wiki/laser_filters</url>
<depend stack="common_msgs" /> <!-- geometry_msgs, sensor_msgs -->
<depend stack="filters" /> <!-- filters -->
<depend stack="geometry" /> <!-- tf, angles -->
<depend stack="perception_pcl" /> <!-- pcl ros message conversions -->
<depend stack="pluginlib" /> <!-- pluginlib -->
<depend stack="ros" />
<depend stack="ros_comm" /> <!-- std_msgs, roscpp, message_filters -->
</stack>

0 comments on commit b081aa7

Please sign in to comment.