shape_based_matching icon indicating copy to clipboard operation
shape_based_matching copied to clipboard

shape_based_matching-icp_refined编译问题

Open wly2020-robot opened this issue 4 years ago • 2 comments

你好,我在对shape_based_matching-icp_refined进行cmake 之后,执行make操作,出现/shape_based_matching-icp_refined/cuda_icp/scene/kdtree_scene/kdtree_scene.cpp:85:10: error: ‘iota’ is not a member of ‘std’错误;itoa是C++11标准函数,将set (CMAKE_CXX_STANDARD 14)改成set (CMAKE_CXX_STANDARD 11),还是一样出错。我在QT工程里面也编译到这个文件,都没有出错,比较困惑,麻烦分析一下,谢谢。 cmake信息截图: image make 出错信息: image

wly2020-robot avatar Jan 15 '21 12:01 wly2020-robot

#include <numeric>

meiqua avatar Jan 15 '21 12:01 meiqua

编译通过,谢谢。

------------------ 原始邮件 ------------------ 发件人: "meiqua/shape_based_matching" <[email protected]>; 发送时间: 2021年1月15日(星期五) 晚上8:46 收件人: "meiqua/shape_based_matching"<[email protected]>; 抄送: "正在输入........"<[email protected]>;"Author"<[email protected]>; 主题: Re: [meiqua/shape_based_matching] shape_based_matching-icp_refined编译问题 (#127)

#include <numeric>

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

wly2020-robot avatar Jan 15 '21 12:01 wly2020-robot