Skip to content

Commit

Permalink
compile noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKuwae committed Oct 10, 2022
1 parent 9991daa commit ba354e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(lio_sam)

set(CMAKE_BUILD_TYPE "Release")
set(CMAKE_CXX_FLAGS "-std=c++11")
set(CMAKE_CXX_FLAGS "-std=c++14")
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -Wall -g -pthread")

find_package(catkin REQUIRED COMPONENTS
Expand Down
4 changes: 2 additions & 2 deletions include/utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include <visualization_msgs/Marker.h>
#include <visualization_msgs/MarkerArray.h>

#include <opencv/cv.h>

#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/search/impl/search.hpp>
Expand All @@ -35,6 +33,8 @@
#include <tf/transform_listener.h>
#include <tf/transform_datatypes.h>
#include <tf/transform_broadcaster.h>

#include <opencv2/opencv.hpp>

#include <vector>
#include <cmath>
Expand Down

0 comments on commit ba354e9

Please sign in to comment.