|
@@ -29,7 +29,8 @@ SOURCES += main.cpp \
|
|
../../include/msgtype/imu.pb.cc \
|
|
../../include/msgtype/imu.pb.cc \
|
|
../../include/msgtype/gpsimu.pb.cc \
|
|
../../include/msgtype/gpsimu.pb.cc \
|
|
../../include/msgtype/gps.pb.cc \
|
|
../../include/msgtype/gps.pb.cc \
|
|
- ../../include/msgtype/ndtgpspos.pb.cc
|
|
|
|
|
|
+ ../../include/msgtype/ndtgpspos.pb.cc \
|
|
|
|
+ globalrelocation.cpp
|
|
|
|
|
|
HEADERS += \
|
|
HEADERS += \
|
|
ndt_matching.h \
|
|
ndt_matching.h \
|
|
@@ -38,7 +39,8 @@ HEADERS += \
|
|
../../include/msgtype/imu.pb.h \
|
|
../../include/msgtype/imu.pb.h \
|
|
../../include/msgtype/gpsimu.pb.h \
|
|
../../include/msgtype/gpsimu.pb.h \
|
|
../../include/msgtype/gps.pb.h \
|
|
../../include/msgtype/gps.pb.h \
|
|
- ../../include/msgtype/ndtgpspos.pb.h
|
|
|
|
|
|
+ ../../include/msgtype/ndtgpspos.pb.h \
|
|
|
|
+ globalrelocation.h
|
|
|
|
|
|
INCLUDEPATH += /opt/ros/melodic/include
|
|
INCLUDEPATH += /opt/ros/melodic/include
|
|
INCLUDEPATH += /opt/ros/kinetic/include
|
|
INCLUDEPATH += /opt/ros/kinetic/include
|