Skip to content

Commit

Permalink
removing ros related check
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Mar 1, 2020
1 parent d90b376 commit 28a90cc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion common/include/pcl/PCLHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <ostream> // for ostream

#include <pcl/make_shared.h> // for shared_ptr
#include <pcl/pcl_config.h> // for compatibility

namespace pcl
{
Expand Down
1 change: 0 additions & 1 deletion common/include/pcl/PCLImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <vector> // for vector
#include <ostream> // for ostream

// Include the correct Header path here
#include <pcl/PCLHeader.h> // for PCLHeader

namespace pcl
Expand Down
1 change: 0 additions & 1 deletion common/include/pcl/PCLPointCloud2.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <boost/predef/other/endian.h>

// Include the correct Header path here
#include <pcl/PCLHeader.h>
#include <pcl/PCLPointField.h>

Expand Down
1 change: 0 additions & 1 deletion common/include/pcl/PCLPointField.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <ostream> // for ostream

#include <pcl/make_shared.h> // for shared_ptr
#include <pcl/pcl_config.h> // for compatibility

namespace pcl
{
Expand Down
5 changes: 0 additions & 5 deletions pcl_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
#error PCL requires C++14 or above
#endif

// PCL was a ROS package earlier but no longer depends on ROS
#ifdef USE_ROS
#error USE_ROS setup requires PCL to compile against ROS message headers, which is now deprecated
#endif

#define BUILD_@CMAKE_BUILD_TYPE@
/* PCL version information */
#define PCL_MAJOR_VERSION ${PCL_VERSION_MAJOR}
Expand Down

0 comments on commit 28a90cc

Please sign in to comment.