Replies: 1 comment
-
I basically uninstalled conda (actually just renamed the miniconda3 dir and removed lines from .bashrc) and then re did all the installation steps with opencv 4.5.5 and it seems it built. I think somehow cmake was using the libraries in my conda environment rather than the system ones. This seems like a shitty workaround. If anyone knows how I can force cmake to ignore these conda env files then that would be much appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble installing the package as per the ros2 installation instructions. I have now tried on two separate laptops running Linux Mint 21.3 (which is based on Ubuntu 22.04) and I am getting the same result. First I installed by following these instructions from the docs for linux and choosing pangolin viewer. The only differences really are that
-DWITH_QT=5
option.After that I followed the instructions in the docs to install for ROS2 again choosing pangolin. In the final step to
colcon build --symlink-install
I get the following errorsI also tried building the example repo from the source installation and that was failing but I do not think it should be related?
I don't know if the errors on the two separate machines were exactly the same but they were definitely similar.
Beta Was this translation helpful? Give feedback.
All reactions