Skip to content

Commit

Permalink
update to PCL 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Sep 14, 2023
1 parent 9ad2cb9 commit 145be21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PGM = r.in.kinect

LIBES = $(IMAGERYLIB) $(RASTERLIB) $(INTERPFLLIB) $(QTREELIB) $(QTREEDEP) $(GMATHLIB) $(INTERPDATALIB) $(VECTORLIB) $(DBMILIB) $(GISLIB) $(OMPLIB) -rdynamic /usr/local/lib/libfreenect2.so -lpcl_common -Wl,-Bstatic -lflann_cpp_s -Wl,-Bdynamic -lpcl_io -lpcl_kdtree -lpcl_octree -lpcl_search -lpcl_surface -lpcl_sample_consensus -lpcl_filters -lpcl_features -lpcl_keypoints -lpcl_segmentation -lpcl_tracking -lboost_system -lpthread -Wl,-Bdynamic /usr/lib/x86_64-linux-gnu/libopencv_core.so -ldl -Wl,-rpath,/usr/local/lib
DEPENDENCIES = $(IMAGERYDEP) $(RASTERDEP) $(INTERPFLDEP) $(QTREEDEP) $(INTERPDATADEP) $(GMATHDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC) -I/usr/include/opencv4 -I/usr/local/include/pcl-1.11 -I/usr/include/eigen3
EXTRA_INC = $(VECT_INC) -I/usr/include/opencv4 -I/usr/local/include/pcl-1.13 -I/usr/include/eigen3
EXTRA_CFLAGS = -std=c++14 -march=native -Wno-deprecated -O0 $(VECT_CFLAGS) $(OMPCFLAGS)

include $(MODULE_TOPDIR)/include/Make/Module.make
Expand Down
1 change: 1 addition & 0 deletions calibrate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef CALIBRATE_H
#define CALIBRATE_H

#undef n_
#include <math.h>
#include <tuple>
#include <pcl/segmentation/extract_clusters.h>
Expand Down

0 comments on commit 145be21

Please sign in to comment.