lidar_radar_fusion_cnn.pro 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. lidarbuffer.h \
  34. ../../include/msgtype/gpsimu.pb.h \
  35. ../../common/common/math/gnss_coordinate_convert.h
  36. SOURCES += \
  37. ../../include/msgtype/fusionobject.pb.cc \
  38. ../../include/msgtype/fusionobjectarray.pb.cc \
  39. ../../include/msgtype/object.pb.cc \
  40. ../../include/msgtype/objectarray.pb.cc \
  41. ../../include/msgtype/radarobject.pb.cc \
  42. ../../include/msgtype/radarobjectarray.pb.cc \
  43. fusion_probabilities.cpp \
  44. main.cpp \
  45. transformation.cpp \
  46. Tracker/Ctracker.cpp \
  47. Tracker/HungarianAlg.cpp \
  48. Tracker/Kalman.cpp \
  49. Tracker/track.cpp \
  50. ../../include/msgtype/mobileye.pb.cc \
  51. ../../include/msgtype/mobileye_lane.pb.cc \
  52. ../../include/msgtype/mobileye_obs.pb.cc \
  53. ../../include/msgtype/mobileye_tsr.pb.cc \
  54. lidarbuffer.cpp \
  55. ../../include/msgtype/gpsimu.pb.cc \
  56. ../../common/common/math/gnss_coordinate_convert.cpp
  57. INCLUDEPATH += /usr/include/eigen3
  58. INCLUDEPATH += $$PWD/../../include/msgtype
  59. !include(../../../include/common.pri ) {
  60. error( "Couldn't find the common.pri file!" )
  61. }
  62. !include(../../../include/ivprotobuf.pri ) {
  63. error( "Couldn't find the ivprotobuf.pri file!" )
  64. }
  65. #!include(../../../include/ivopencv.pri ) {
  66. # error( "Couldn't find the ivopencv.pri file!" )
  67. #}
  68. INCLUDEPATH += /usr/include/opencv4/
  69. LIBS += /usr/lib/aarch64-linux-gnu/libopencv*.so