Turtlebot service installer problem & bug?
Hi. I have installed Turtlebot iso file provided from the Turtlebot tutorials. However, there is no service called "turtlebot" in /etc/init.d folder. Furthermore, the install.bash file in /opt/ros/diamondback/stacks/turtlebot/turtlebot_bringup/upstart scripte seems have a bug.
In the line 22, it actually install turtlebot-start script to /usr/sbin but, in the line 23, it gives execution permission to /usr/bin/turtlebot-start.
Which one is right? and why turtlebot iso file does not have a service file by default? why?