forked from ros-perception/laser_filters
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created stack.xml and added stuff for unary-stack-ification
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |