lidar_radar_fusion_cnn.pro 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. QT -= gui
  2. CONFIG += c++14 console
  3. #CONFIG += c++14
  4. CONFIG -= app_bundle
  5. # The following define makes your compiler emit warnings if you use
  6. # any feature of Qt which as been marked deprecated (the exact warnings
  7. # depend on your compiler). Please consult the documentation of the
  8. # deprecated API in order to know how to port your code away from it.
  9. DEFINES += QT_DEPRECATED_WARNINGS
  10. #DEFINES += DEBUG_SHOW
  11. INCLUDEPATH +=Tracker
  12. HEADERS += \
  13. ../../include/msgtype/fusionobject.pb.h \
  14. ../../include/msgtype/fusionobjectarray.pb.h \
  15. ../../include/msgtype/object.pb.h \
  16. ../../include/msgtype/objectarray.pb.h \
  17. ../../include/msgtype/radarobject.pb.h \
  18. ../../include/msgtype/radarobjectarray.pb.h \
  19. fusion.hpp \
  20. fusion_probabilities.h \
  21. transformation.h \
  22. Tracker/Ctracker.h \
  23. Tracker/defines.h \
  24. Tracker/HungarianAlg.h \
  25. Tracker/Kalman.h \
  26. Tracker/ShortPathCalculator.h \
  27. Tracker/track.h \
  28. ../../include/msgtype/mobileye.pb.h \
  29. ../../include/msgtype/mobileye_lane.pb.h \
  30. ../../include/msgtype/mobileye_obs.pb.h \
  31. ../../include/msgtype/mobileye_tsr.pb.h \
  32. Tracker/Tracking.hpp
  33. SOURCES += \
  34. ../../include/msgtype/fusionobject.pb.cc \
  35. ../../include/msgtype/fusionobjectarray.pb.cc \
  36. ../../include/msgtype/object.pb.cc \
  37. ../../include/msgtype/objectarray.pb.cc \
  38. ../../include/msgtype/radarobject.pb.cc \
  39. ../../include/msgtype/radarobjectarray.pb.cc \
  40. fusion_probabilities.cpp \
  41. main.cpp \
  42. transformation.cpp \
  43. Tracker/Ctracker.cpp \
  44. Tracker/HungarianAlg.cpp \
  45. Tracker/Kalman.cpp \
  46. Tracker/track.cpp \
  47. ../../include/msgtype/mobileye.pb.cc \
  48. ../../include/msgtype/mobileye_lane.pb.cc \
  49. ../../include/msgtype/mobileye_obs.pb.cc \
  50. ../../include/msgtype/mobileye_tsr.pb.cc
  51. INCLUDEPATH += /usr/include/eigen3
  52. INCLUDEPATH += $$PWD/../../include/msgtype
  53. !include(../../../include/common.pri ) {
  54. error( "Couldn't find the common.pri file!" )
  55. }
  56. !include(../../../include/ivprotobuf.pri ) {
  57. error( "Couldn't find the ivprotobuf.pri file!" )
  58. }
  59. INCLUDEPATH += /usr/include/opencv4/
  60. LIBS += /usr/lib/aarch64-linux-gnu/libopencv*.so