ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I was bitten by this issue as well.

Make sure LD_LIBRARY_PATH is set. This is important, even if the librmw_fastrtps_cpp.so file exists in /usr/lib, since the RMW code will explicitly look for LD_LIBRARY_PATH.

See also this interesting issue: https://github.com/ros2/rcpputils/issues/40