Solution to issue cannot be found in the documentation.
[x] I checked the documentation.
Issue
find_package(BipedalLocomotionFramework) after one installs bipedal-locomotion-framework conda package is extremely slow, the reason for that is the BLF --> PCL --> VTK --> Qt6 dependency, that then fails as OpenGL can't be found. All the "error OpengL not found" are also confusing for new users. I wonder if it could make sense to do a bipedal-locomotion-framework-devel package that depends on libgz-devel to avoid this problem.
Actually even by adding libgl-devel this is still slow, mainly as find_package(PCL) is still slow. I wonder if it make sense to just split that in a different BLF CMake component, so we isolate it.
Solution to issue cannot be found in the documentation.
Issue
find_package(BipedalLocomotionFramework)
after one installsbipedal-locomotion-framework
conda package is extremely slow, the reason for that is the BLF --> PCL --> VTK --> Qt6 dependency, that then fails as OpenGL can't be found. All the "error OpengL not found" are also confusing for new users. I wonder if it could make sense to do abipedal-locomotion-framework-devel
package that depends onlibgz-devel
to avoid this problem.Installed packages
Environment info