imjrl
Results
3
comments of
imjrl
met the same problem on Ubuntu 20.04(WSL), ros neotic. changing `find_package(Eigen3 3.1.0 REQUIRED) ` to `find_package(Eigen3 3.1.0 REQUIRED NO_MODULE)` in CMakeLists.txt could solve this problem.
Have you solved it? I met the same problem.
I had encountered this problem too. seems there are something wrong with pip installation. try build the python module from source: - git clone the repo - use the `pip...