error: too many arguments to function BOOST_FUNCTION_RETURN(f(BOO...[复制链接]
ros 写CameraSubscriber,来获取CameraInfo消息。编译出现 error: too many arguments to function BOOST_FUNCTION_RETURN(f(BOOST_FUNCTION_ARGS));
查看系统源码。发现subscribeCamera函数中,第三个参数,函数中有两个参数。除了ImageConstPtr,还有CameraInfoConstPtr。与subscribe有所不同。加了第二个参数。修改对应函数。编译通过。