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

Revision history [back]

click to hide/show revision 1
initial version

Since the question was asking for "running nodes" you can check which shared libraries that process is using. On Linux you can run:

lsof -p <PID> | grep rmw

The list will contain one of the RMW libraries (e.g. librmw_fastrtps_cpp.so) beside generic ones like librmw.so and librmw_implementation.so.