ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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).