git-svn-id: https://code.ros.org/svn/ros-pkg/stacks/laser_pipeline/trunk@35794 eb33c2ac-9c88-4c90-87e0-44a10359b0c3
26 lines
967 B
XML
26 lines
967 B
XML
<package>
|
|
<description brief='Utilities for converting laser scans to pointclouds'>
|
|
|
|
This package contains a class for converting from a 2D laser scan as defined by
|
|
sensor_msgs/LaserScan into a point cloud as defined by sensor_msgs/PointCloud
|
|
or sensor_msgs/PointCloud2. In particular, it contains functionality to account
|
|
for the skew resulting from moving robots or tilting laser scanners.
|
|
|
|
</description>
|
|
<author>Tully Foote, Radu Bogdan Rusu</author>
|
|
<license>BSD</license>
|
|
<review status="Doc reviewed" notes="09/29/2009"/>
|
|
<url>http://ros.org/wiki/laser_geometry</url>
|
|
<depend package="sensor_msgs"/>
|
|
<depend package="roscpp"/>
|
|
<depend package="tf"/>
|
|
<depend package="angles"/>
|
|
<depend package="eigen"/>
|
|
<export>
|
|
<cpp cflags="-I${prefix}/include" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -llaser_geometry"/>
|
|
</export>
|
|
<platform os="ubuntu" version="9.04"/>
|
|
<platform os="ubuntu" version="9.10"/>
|
|
<platform os="ubuntu" version="10.04"/>
|
|
</package>
|