ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.18k stars 1.37k forks source link

Some errors while catkin_make -DCMAKE_BUILD_TYPE=Release -j2 #650

Closed Tan-B24 closed 5 months ago

Tan-B24 commented 9 months ago

catkin_ws/src/kalibr/aslam_nonparametric_estimation/bsplines_python/src/BSplinePython.cpp:40:108: error: ‘_1’ was not declared in this scope 40 | return boost::python::make_function(boost::bind(&BiFunction::getBi, BiFunction(bs->getBiVector(t)), _1) | ^~

goldbattle commented 8 months ago

Please provide more details on what OS and system libraries you are using and also ensure to try the docker container. Just posting this error doesn't help debug the problem in any sense.

YechenZhou commented 2 months ago

This link https://blog.csdn.net/nigtkk/article/details/137998334 works for me.