Closed DreamWaterFound closed 3 years ago
use _import_array() instead of import_array()
use _import_array() instead of import_array()
Thanks for your reply!
I have tried but some new error occurred, which likes PyInt_Check()
and PyInt_AsUnsignedLongLongMask()
API functions were not supported in python3. In addition some errors related to Eigen as here described still confused me. This means that at present(April 14, 2021) kalibr does not support ROS Noetic.
However I found an alternative version, it works on my computer. If anyone meets the same problem when building kalibr on ROS Noetic and kalibr still no official support for the ROS Noetic, it may save your time and your hair :joy:
Thanks for your excellent work!
I encountered an error while executing the compile command
catkin_make
:Extra information about my computer:
~/.bashrc
Kalibr
commit id: 60f0f1e725309a1e417f39327bd1a81954237d9cIn addition I also have the problem mentioned in issue #368 , and solved by this way. I noticed issue #233 which is very similar to my problem, but I disabled anaconda as here but it didn't work for me. As issue #396 discussed I also worry about whether
Kalibr
will be able to work perfectly in ROS Noetic.So are there any solutions to this problem? Thank you very much!