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

launch is looking into install/rdb_server/lib/rdb_server, and looks like the executable in question is installed there. So we need more info to know exactly why the issue is happening.

I imagone the file might not be made executable? It's coder's responsibility to set the proper permission (e.g. cmake's install(PROGRAMS doesn't change permission if you don't specify to change so).