Skip to content

Commit

Permalink
FIX/ noetic compatibility (#349)
Browse files Browse the repository at this point in the history
* updated c++14 requirement and pcl_conversions header file

* Corrected double include
  • Loading branch information
jrgnicho committed Sep 3, 2021
1 parent 18a66a6 commit 4dcdbd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8.3)
project(collision_avoidance_pick_and_place)
add_definitions (-std=c++11)
add_definitions (-std=c++14)
find_package(catkin REQUIRED COMPONENTS
roscpp
moveit_msgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <sensor_msgs/PointCloud2.h>
#include <sensor_msgs/point_cloud_conversion.h>
#include <pcl_conversions/pcl_conversions.h>
#include <pcl/ros/conversions.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/filters/passthrough.h>
Expand Down

0 comments on commit 4dcdbd4

Please sign in to comment.