.../install/lib/uwsim/uwsim_binary: error while loading shared libraries: libosgbCollision.so.2.00.02: cannot open shared object file: No such file or directory
This is a solved question. I want to make it public.
After updating a lot of hydro packages, when I run:
$ rosrun uwsim uwsim --disableShaders
I obtained this:
Starting UWSim...
/home/foo/catkin_ws/install/lib/uwsim/uwsim_binary: error while loading shared libraries: libosgbCollision.so.2.00.02: cannot open shared object file: No such file or directory
As someone wiser than me told me, a few months ago UWSim dependencies were updated for using bullet 2.82 (from there the osgbullet error) and unfortunately the change is not compatible with what had preceded.
I needed to upgrade my simulator version for using this bullet version.