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

chmod +x makes a file executable. Without it, the operating system won't execute the code because it doesn't have the execute permission. It does the same thing as right clicking on the file and changing the permissions to allow it to execute.