ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I got the same error message (although in Noetic), and in my case the problem was caused by the system being unable to find the shared library, despite it being installed. I suspect it could be the same for you. I solved it by running sudo ldconfig /opt/ros/noetic/lib/
. The problem is listed in a troubleshooting page of the Youbot Wiki, but unfortunately it doesn't easily come up on Google.