conda install ROS missing libraries for RViz
Hello,
I am new to ROS and Linux systems and wanted to try using Anaconda to debug and analyze ROS data. To get the ROS packages to be recognized by Anaconda, I executed this command
conda install -c conda-forge -c robostack ros-noetic-desktop
This seemed to have overwritten some paths where my original ROS-noetic was installed but I didn't mind at first. Everything on Anaconda worked fine with being able to recognize ROS packages.
I tried spinning up a session of ROS and RVIZ on terminal to view some data then things started breaking...
[ERROR] [1628738525.051051644]: InternalErrorException: Could not load dynamic library /home/pdk2/anaconda3/lib/OGRE/RenderSystem_GL. System Error: /home/pdk2/anaconda3/lib/OGRE/RenderSystem_GL.so.1.10.12: cannot open shared object file: No such file or directory in DynLib::load at /home/conda/feedstock_root/build_artifacts/ogre_1573024423694/work/OgreMain/src/OgreDynLib.cpp (line 111)
RenderSystem_GL.so.1.10.12 does not exist so I am stumped as to what I should do and if any other normal ROS packages are broken.
I appreciate any help you can offer!