"laser_geometry.h" cannot be used
Why I got an error when I use #include "laser_geometry/laser_geometry.h" or with (<>). Is this one deprecated in Electric. Or any path that I can use in Electric..
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Why I got an error when I use #include "laser_geometry/laser_geometry.h" or with (<>). Is this one deprecated in Electric. Or any path that I can use in Electric..
You have to add the laser_geometry package as a dependency to the manifest.xml of your own package:
<depend package="laser_geometry"/>
The #include as stated by you should then work (provided laser_geometry can be found in your ROS_PACKAGE_PATH).
Asked: 2011-11-08 00:59:52 -0600
Seen: 921 times
Last updated: Nov 08 '11
How do you take LaserScan data and convert to a point cloud and also do ICP in c++?
Frame Transformation using Laser_Geometry package
Groovy Source Install "rosmake -a" Build Error
Fixed target frame for transformLaserScanToPointCloud?
include z axis in my pointcloud data
laser_geometry waitfor transformation not working
laser geometry and Eigen/Core bug - how to actually fix it ?