swig3.0错误关于aruco安装swig错误

时间:2018-11-20 04:43:54

标签: ubuntu-16.04 swig aruco

使用aruco执行swig时出错。 这是aruco安装错误吗?

还是一个错误的错误?

我暂时已经成功安装了aruco。

python-aruco$ swig3.0 -c++ -python -py3 aruco.i && python3 setup.py build_ext --inplace
aruco.i:61: Error: Unable to find 'aruco/aruco.h'
aruco.i:62: Error: Unable to find 'aruco/aruco_export.h'
aruco.i:63: Error: Unable to find 'aruco/cameraparameters.h'
aruco.i:64: Error: Unable to find 'aruco/cvdrawingutils.h'
aruco.i:65: Error: Unable to find 'aruco/debug.h'
aruco.i:66: Error: Unable to find 'aruco/dictionary.h'
aruco.i:68: Error: Unable to find 'aruco/levmarq.h'
aruco.i:76: Error: Unable to find 'aruco/marker.h'
aruco.i:125: Error: Unable to find 'aruco/markerdetector.h'
aruco.i:126: Error: Unable to find 'aruco/markerlabeler.h'
aruco.i:127: Error: Unable to find 'aruco/markermap.h'
aruco.i:128: Error: Unable to find 'aruco/posetracker.h'
aruco.i:129: Error: Unable to find 'aruco/markerlabelers/dictionary_based.h'
aruco.i:130: Error: Unable to find 'aruco/markerlabelers/svmmarkers.h'
aruco.i:131: Error: Unable to find 'aruco/timers.h'

环境

  • ubuntu16.04
  • python3.5
  • aruco2.0.19
  • swig3.0

0 个答案:

没有答案