rosbots_setup_tools
rosbots_setup_tools copied to clipboard
The startup script doesn't run
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.