Skip to content

Commit

Permalink
drop pcl-1.7 prefix in includes
Browse files Browse the repository at this point in the history
pcl headers are meant to be included as <pcl/...>.
Also, this obviously breaks with other releases for no reason...
  • Loading branch information
Michael Görner committed Jun 1, 2016
1 parent 4c98853 commit 9357dd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions camera/test/realsense_camera_test_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
#include <camera_info_manager/camera_info_manager.h>
#include "std_msgs/String.h"
#include <ros/ros.h>
#include <pcl-1.7/pcl/conversions.h>
#include <pcl-1.7/pcl/point_cloud.h>
#include <pcl-1.7/pcl/point_types.h>
#include <pcl-1.7/pcl/PCLPointCloud2.h>
#include <pcl/conversions.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/PCLPointCloud2.h>
#include <pcl_conversions/pcl_conversions.h>
#include "std_msgs/Float32MultiArray.h"
#include <cv_bridge/cv_bridge.h>
Expand Down

0 comments on commit 9357dd9

Please sign in to comment.