rosbots_setup_tools icon indicating copy to clipboard operation
rosbots_setup_tools copied to clipboard

The startup script doesn't run

Open farzadsw opened this issue 7 years ago • 0 comments

Hi there,

Recently, I used the rosbots image on my raspberry pi (The headless version). The start up script for the ros (in the /etc/init.d folder) won't run automatically, but I can run it by the sudo service ... command. After few attempts, I found out that the problem is the run level value. I changed the required run level in the script file from 5 to 3 (since the os is headless) and after restart it started the service properly.

farzadsw avatar Sep 18 '18 13:09 farzadsw