【36】报错‘_1‘ was not declared in this scope return boost::python::make_function(boost::bind(&BiFunctio

报错提示:
设备oak-d-pro ,用的depthai-ros 2.5.3,编译标定工具kalibr的时候一直编译不过。

error: '_1' was not declared in this scope return boost::python::make_function(boost::bind(&BiFunction<T>::getBi, BiFunction<T>(bs->getBiVector(t)),_1)

在这里插入图片描述

解决方法:
加个using namespace std

小技巧:我们的开源生态非常丰富,API及项目更新速度比较快,出现报错学会追踪溯源、多多搜索会帮助你快速定位问题哦!

其他常见报错:
请查看


OAK中国
| OpenCV AI Kit在中国区的官方代理商和技术服务商
| 追踪AI技术和产品新动态

戳「+关注」获取最新资讯↗↗

猜你喜欢

转载自blog.csdn.net/oakchina/article/details/127384093