Skip to content

Commit 687631f

Browse files
committed
created stack.xml and added stuff for unary-stack-ification
1 parent 0901175 commit 687631f

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*~
2+
build

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ rosbuild_add_rostest(${CMAKE_CURRENT_SOURCE_DIR}/test/test_laser_assembler.launc
3131

3232
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
3333
add_subdirectory(examples)
34+
35+
rosbuild_make_distribution(1.5.4)

stack.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<stack>
2+
<description brief="Aggregation nodes for a laser rangefinder">
3+
Provides nodes to assemble point clouds from either LaserScan or PointCloud messages
4+
</description>
5+
<author>Vijay Pradeep</author>
6+
<license>BSD</license>
7+
<review status="Doc reviewed" notes="09/29/2009"/>
8+
<url>http://ros.org/wiki/laser_assembler</url>
9+
<depend stack="common_msgs" /> <!-- geometry_msgs, sensor_msgs -->
10+
<depend stack="laser_filters"/>
11+
<depend stack="geometry" /> <!-- tf, angles -->
12+
<depend stack="ros" />
13+
<depend stack="ros_comm" /> <!-- std_msgs, roscpp, message_filters -->
14+
</stack>

0 commit comments

Comments
 (0)