Zhaohong Liu

Results 3 comments of Zhaohong Liu

opencv version problem, you can revise the `CMakeList.txt` in `camera_models`; if you installed both opencv 3 and 4, then `find_package(OpenCV REQUIRED)` will probably find opencv 4, so you need to...

you can read the `CMakeList.txt`, OpenCV needs a specific version of **4.4**, but if you want, you can just change it to 4 or 4.x based on the version on...

I met different errors ```shell import pyparsing as pp File "/opt/ros/noetic/lib/python3/dist-packages/pyparsing/__init__.py", line 100 major: int ^ SyntaxError: invalid syntax CMake Error at /opt/ros/noetic/share/ros/core/rosbuild/private.cmake:77 (message): [rosbuild] Syntax check of ORB_SLAM2/manifest.xml failed;...