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

Maybe it was because your 'server_node.py' does not have executable permission.

try

ls -l

in 'install/rdb_server/lib/rdb_server' directory to check for its permission.


Use

sudo chmod 777 server_node.py

to give it the broadest permission (You can adjust the command according to your file permission needs)