Remove stray depedency

This commit is contained in:
Paul Bovbel 2015-01-18 13:05:29 -05:00 committed by Paul Bovbel
parent 6aded38494
commit a71bb05a7c
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ find_package(catkin REQUIRED COMPONENTS
tf2 tf2
tf2_ros tf2_ros
tf2_sensor_msgs tf2_sensor_msgs
geometry_msgs
) )
catkin_package( catkin_package(

View File

@ -42,7 +42,6 @@
#include <sensor_msgs/LaserScan.h> #include <sensor_msgs/LaserScan.h>
#include <pluginlib/class_list_macros.h> #include <pluginlib/class_list_macros.h>
#include <sensor_msgs/point_cloud2_iterator.h> #include <sensor_msgs/point_cloud2_iterator.h>
#include <geometry_msgs/PointStamped.h>
#include <tf2_sensor_msgs/tf2_sensor_msgs.h> #include <tf2_sensor_msgs/tf2_sensor_msgs.h>
namespace pointcloud_to_laserscan namespace pointcloud_to_laserscan