Removing unnecessary exports
git-svn-id: https://code.ros.org/svn/ros-pkg/stacks/laser_pipeline/trunk@35366 eb33c2ac-9c88-4c90-87e0-44a10359b0c3
This commit is contained in:
parent
9c8817ba97
commit
1bf397f575
|
|
@ -17,7 +17,7 @@ for the skew resulting from moving robots or tilting laser scanners.
|
|||
<depend package="angles"/>
|
||||
<depend package="eigen3"/>
|
||||
<export>
|
||||
<cpp cflags="-I${prefix}/include -I${prefix}/msg/cpp" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -llaser_geometry"/>
|
||||
<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"/>
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include "laser_geometry/laser_geometry.h"
|
||||
#include <algorithm>
|
||||
#include <Eigen3/Core>
|
||||
|
||||
namespace laser_geometry
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user